- Write a Python program to find the roots of non-linear equation using Bisection method.
- Write a Python program to find the roots of non-linear equation using Newton Raphson’s method.
- Write a Python program to calculate Curve fitting by least – square approximations.
- Write a Python program to solve the system of linear equations using Gauss - elimination method.
- Write a Python program to solve the system of linear equations using Gauss - Siedal method.
- Write a Python program to solve the system of linear equations using Gauss - Jordan method.
- Write a Python program to integrate numerically using Trapezoidal rule.
- Write a Python program to integrate numerically using Simpsons rule.
- Write a Python program to find the largest eigen value of a matrix by Power method.
- Write a Python program to find numerical solution of ordinary differential equations by Euler’s method.
- Write a Python program to find numerical solution of ordinary differential equations by Runge-Kutta method.
- Write a Python program to find numerical solution of ordinary differential equations by Milne’s method.