|
|
1 |
Program to Calculate roots of 4th order
algebraic equation of the form ax^4 + bx^3 + cx^2 + dx + e = |
|
Description : Calculates all roots( both complex and real )
of a fourth order algebraic equation of the form ax^4 + bx^3 + cx^2
+ dx + e = 0 and
displays them. Employs OOPS |
2 |
Program to solve a 3 Variable Linear Equation. |
|
Description : Solves any 3 variable linear equation |
3 |
Program to find your Day of Birth given Date
of Birth. |
|
Description : Gives exact day of birth if you are born
anywhere in the 20th century. Also works fine for previous
centuries. |
4 |
Progam that gives all details of a Triangle
given the lengths of its sides |
|
Description : Gives various details like the angles, whether
the triangle can be formed or not, circum radius, etc |
5 |
PROGRAM TO PRINT ALL POSSIBLE PERMUTATIONS OF
FIRST N NAUTURAL NOs |
|
Description : Not Specified |
6 |
Solving Quadratic Equations using
Factorisation:( Shows SOLUTION ) |
|
Description : Prints the Solution of a Quadratic Equation on
Screen as you
would solve it using Factorisation.
Each and every step is shown as it is solved on paper. |
7 |
Printing Ramanujan Numbers 1-100
RN=L^3+M^3=N^3+P^3 |
|
Description : This programme Prints the first 100 Ramanujan
NUMBERS and satisfying the formula:- RN=L^3+M^3=N^3+P^3 RN-
Ramanujan Numbers and L!=M!=!N=!P |
8 |
To Calculate Determinant of a Matrix Using
Recursion |
|
Description : This is a simple program implementing the
concept of recursion to calculate the determinant of a matrix of any
order. |
9 |
Derrick Ward's Calculator |
|
Description : A DIVISION,MULTIPLICATION,ADDING,SUBTRACTING
CALCULATOR PROGRAM. |
10 |
This Program Draw Graphs of Arithmatic
Functions like 2x^2 |
|
Description : this is a c++ project designed for turbo c/c++
compiler, that draws graph,it can also store values for future use.
it can draw upto 100 graphs of different functions at one time. hope
Fully it |
11 |
jacobi itterative and gauss seidal method to
solve roots |
|
Description : this is a program from numerical to calculate
the root of the given system ,it will check its conditions and then
perform the operation on that system,esle it will tell u that system
is not diag |
12 |
SUDOKU |
|
Description : Ultimate sol. to world famous game SUDOKU |
13 |
Easy Calc |
|
Description : This is a very simple calculator with functions
like Addition, Subtraction, Multiplication, division, percentage and
even Power.The code is extremelysimple and very easy to understand. |