This repo maintains code for ESO208A(Computational Methods & Numerical Analysis) Assignments for semester 2019-20 I.
ESO208A consists of a total of 4 Programming Assignments.
These programs have been written on MATLAB version R2019a.
Each PA folder consists of the assignment problem statement, MATLAB Code file, input & output txt files along with the plots if any.
- PA1 : Finding roots of non-linear equation f(x)=0 using numerical methods such as Bisection, False position, Fixed point, Bairstow, Muller etc.
- PA2 : Finding solutions of a linear system of equations
- PA3 : Fitting least squares & interpolation
- PA4 : Solving Ordinary Differential Equations