Numerical Methods Tutorials
This section consists of various numerical methods problems and their solution in C language. You can click each link to view the source code of corresponding problem in C.
- Solution of Differential Equation using RK4 method
- Solution of Non-linear equation by Bisection Method
- Solution of Non-linear equation by Newton Raphson Method
- Solution of Non-linear equation by Secant Method
- Interpolation with unequal method by Lagrange’s Method
- Linear Curve Fitting
- Parabolic Curve Fitting
- Gauss Jordan Method
- Determinant of a NxN Matrix
- Inverse of a NxN Matrix
- Integration using Trapezoidal Rule
- Integration using Simpson’s 3/8 Rule
- Integration using Simpson’s 1/3 Rule
- Greatest Eigen value and Eigen vector using Power Method
- Condition number and ill condition checking
- Newton’s Forward and Backward interpolation
- 2 Dimensional matrix multiplication
Note: All the codes are compiled in GCC Mingw compiler in windows. Attempting to compile in other compiler and platform may result errors. These tutorials are targeted for student and for learning purpose, so the code may not be optimized for the actual implementation. Some operations like matrix inversion and determinant are done without pivoting, divide by zero error may result in some cases. Partial and full pivoting are recommended.
can u help me in this proplem ??
A particle of mass 4 grams moving in 3D space has the following positions (measured in
nanometers) after time (measured in nanoseconds).
. Write a program which will find all such numbers which are divisible by 7 but are not a multiple of 5, between 1000 and 1200 (both included). The numbers obtained should be printed in a comma separated sequence on a single line.
Can you write code to implement escalator's method(partition method) to find inverse of a matrix?
That is very simple.
Hello I am Samuel. I am finding it difficult to find research topic in Numerical Method. Kindly suggest some thesis topics to me that i can do using MathsLab or Python