👉 C-Programming and Numerical Methods
- Books for C Language - 👇
- The C Programming Language by Kernighan & Ritchie PDF (click here to download ).
- Let Us C-yashwantkanetkar ( click here to download).
- Numerical Methods Lab List of practical (using C)
- 1. Calculate the sum 1/1 + 1/2 + 1/3 + 1/4 + ----------+ 1/ N. (click here to download text file ).
- 2. Enter 100 integers into an array and sort them in an ascending order. (click here to download text file )
- 3. Solution of transcendental and algebraic equations by
- i) Bisection method (click here to download text file ).
- ii) Newton Raphson method. (click here to download text file ).
- iii) Secant method. (click here to download text file).
- iv) RegulaFalsi method.(click here to download ).
- 4. Solution of system of linear equations
- i) LU decomposition method (click here to download text file).
- ii) Gaussian elimination method (click here to download text file ).
- iii) Gauss-Jacobi method (click here to download text file ).
- iv) Gauss-Seidel method ( click here to download text file ).
- 5. Interpolation
- i) Lagrange Interpolation
- ii)Newton Forward ( click here to download text file)
- 6. Numerical Integration
- i) Trapezoidal Rule ( click here to download text file ).
- ii) Simpson’s one third rule (click here to download text file ) .
- iii) Weddle’s Rule (click here to download text file ).
- iv) Gauss Quadrature
- 7. Method of finding Eigenvalue by Power method.
- 8. Fitting a Polynomial Function
- 9. Solution of ordinary differential equations
- i) Euler method (click here to download text file ).
- ii) Modified Euler method ( click here to download text file ).
- iii) RungeKutta method ( click here to download text file ).
👉 Please use Dev C++.( click here to download Dev C++) .
This comment has been removed by a blog administrator.
ReplyDelete