C and C++ Mathematics - Algebra and Geometry
- Visual C++ - Sum of 0 - N numbers = n * (n + 1) / 2
- Visual C++ - Sum of All Numbers given the range
- Visual C++ - Sum of Even Numbers given the range
- Visual C++ - Sum of Odd Numbers given the range
- Visual C++ - Distance between the two points
- Visual C++ - Equation of a line
- Visual C++ - Slope of a line
- Visual C++ - Check the point lies on the line (projected either direction)
- Visual C++ - Check the point lies on the line segment
- Visual C++ - Intersecting point of two lines given endpoints
- Visual C++ - Intersecting point of two lines given line equation
- Visual C++ - Intersection of Two Line Segments
- Visual C++ - Check whether a point is inside or outside the Circle
- Visual C++ - Check whether a point is inside or outside the Triangle
- Visual C++ - Find Area and Perimeter of a Triangle Given 3 points
- Visual C++ - Find Acute, Obtuse or Right Angle Triangle Given 3 points
- C++ - Program to find Square Root - Approximation Method
- C++ - Program to find Square Root - Algorithm Method
- C++ - Check the number is a Perfect Square
- C++ - Calculating Area for Circle, Triangle, Rectangle
- C++ - Check and Print Prime Numbers
- Visual C++ - Prime Factor of a given number
- Turbo C - InFix to PostFix Conversion
- Turbo C - Greatest Common Divisor (GCD) and Least Common Multiple (LCM)
- Turbo C - Using Sine Series to find SIN Value
- Turbo C - Using Cosine Series to find COS Value
- Turbo C - Using Sine / Cosine Series to find TAN Value
- Turbo C - Quadratic Equation Solver - ax2+bx+c=0
- Turbo C - Using Exponent Series and Eulers Number 2.71828 to find EXP Value
- C++ - Matrix Solving Linear Equation 6 x 6 and above, no limit
- C++ - Matrix Solving Linear Equation 3 x 3
- C++ - Matrix Inverse
- C++ - Matrix Adjoint
- C++ - Matrix Cofactor
- C++ - Matrix Determinant
- C++ - Matrix Transpose
- C++ - Matrix Multiplication - using C++ class operator overloading
- C++ - Matrix Addition & Subtraction - using C++ class operator overloading
- C++ - Matrix Multliplication with out using Classes - simple version
- C++ - Matrix Addition & Subtraction with out using Classes - simple version
- C++ - Mean, Variance, Standard Deviation
- C++ - Check the number is a Perfect Square
- C++ - Program to find Square Root - Method1
- C++ - Calculating Area for Circle, Triangle, Rectangle
- C++ - Check and Print Prime Numbers
- Visual C++ - Factorial of a number using Recursion
- Visual C++ - Factorial of a number with out using Recursion
- Turbo C - Prime Factor of a given number
- Turbo C - Palindrome of a Number
- Turbo C - Program to Count no. of Characters, Words and Lines
- Turbo C - Fahrenheit Celsius Conversion
- Turbo C - Calculate Mean
- Turbo C - Calculate Median
- Turbo C - Calculate Mode
- Turbo C - Calculate Range
- Turbo C - Calculate Variance
- Turbo C - Calculate Standard Deviation
- C++ - Calculate Mean, Variance, Standard Deviation
- C++ - Calculate Covariance and Correlation
- C++ - Sample Data Set for ZERO Correlation and Covariance
|