|
|
1 |
Program to calculate Area of a Polygon |
|
Description : Calculates the area and perimeter of a convex polygon |
2 |
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 and future centuries |
3 |
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 |
4 |
Volumes & Areas |
|
Description : This is a simple program to find the areas and volumes perimeters
etc of Geometric shapes. |
5 |
Base Conversion Program any base to any base |
|
Description : With this program you can convert the base of a real number. This
program works on any base. |
6 |
Square Root of a number by using simple
calculations |
|
Description : This is a very simple program with simple logic to find square root
of a number. By simple modifications you can find also nth root of a
number also. |
7 |
Taylor's series-e^x |
|
Description : C Program to print sum of e^x series. |
8 |
Circle Through Three Points |
|
Description : This a program that given the Cartesian coordinates of three points
on a plane, will find the equation of the circle through them all.
Through this program u can create a equation. |
9 |
Program for Decimal to Roman Number
conversion. |
|
Description : This program converts decimanl numbers entered into roman numerals |
10 |
TO FIND SUM OF GIVEN INTEGER UNTIL WILL GET
SINGLE DIGIT WITHOUT USING ANY CONDITIONAL STATEMENT. |
|
Description : TO FIND THE SUM OF GIVEN INTEGER UNTIL SINGLE DIGIT |
11 |
FLAMES |
|
Description : It calculates relation with other person |
12 |
Transportation Cost Problem |
|
Description : Operation Research :Transportation Problem This transportation
Problem will give the estimate the cost of the transportation.It
consists of the supply and Demand.There are two conditions 1)if supp |
13 |
A Mathematical Puzzle |
|
Description : Not Specified |
14 |
IEEE 754 representation of any floating point
number |
|
Description : Not Specified |
15 |
IEEE 754 representation of any floating point
number |
|
Description : Not Specified |
16 |
PROGRAMM TO MATH CALCULATIONS |
|
Description : we can get the area or surround of:-
circle,triangles,quadangles and square |
17 |
Calender (for all years) |
|
Description : Calender (for all years) |
18 |
Roots of Quadratic |
|
Description : To find real roots for a quadratic equation!! |
19 |
find the reminder without using reminder |
|
Description : find the reminder without using reminder |
20 |
To generate cos series |
|
Description : to generate cos series |
21 |
Determinant of matrix |
|
Description : Program to calculate the determinant of a
matrix of any order using a recursive function. |