Brij Mohan Vatsal's Teaching
Aim is not a point, it is a peak where the whole world can see you...
Pages
Home
C : Rajaraman
C++ : DS Malik
C++ : Numerical Analysis
Numerical Analysis-Mathematica
Numerical Analysis-Maxima
Complex Analysis-Mathematica
Physics Lab C/C++
Links
About Me
C++ : Numerical Analysis
Download Zip
Programs
and
Outputs
Numerical Analysis - C++ Programs
Approximating a Square Root
Trapezoidal Rule for Definite Integral
Bisection Method for Finding Root of Function
False Position Method for Finding Root of Function
Fixed Point Iteration for Finding Fixed Point of Function
Newton's Method for Finding the Root of Function
Secant Method for Finding the Root of Function
Gaussian Elimination for Matrix to find Solution of
Equations
LU-Decomposition of a Square Matrix by Doolittle's Method
Doolittle's Method to Solve Ax=b.
LU-Decomposition of a Square Matrix by Crout's Method
Crout's Method to Solve Ax=b.
Cholesky-Decomposition of a Square Matrix
Jacobi Method for Solution of System of Equations
Gauss-Seidal Method for Solution of System of Equations
SOR Method for Solution of System of Equations
Lagrange's Interpolation for Finding Polynomial
Newton's Interpolation for Finding Polynomial
Home