-
Least Squre Fit: this algorithm is is used to plot the polinomial of gievn data points such that the standerd deviation is minimum.
-
Shooting Algorithm: This algorithms use linear regression to solve ODE with boundary value problems.
-
Solving 2nd Order ODE using Finite Diff MEthod: This is done is FiniteDiffrence.ipynb
-
Solving Parital Diffretntial Equations
- Laplace Equation
- Heat Equation
- Wave Equation
-
Gaussian Quadrature Integration
-
Monte Carlo Simulation to calculate
pi
-
Monte Carlo Integration
-
Interpolation
-
Plotting the solutions of Quantuam Harmonic Oscillator
-
Solving Linear Equations: Using gaussian Elimination