/eso208-programming-assignments

Assignment Solutions for ESO208: Computational Methods & Numerical Analysis offered at IIT Kanpur

Primary LanguageMATLAB

ESO208 Programming Assignments

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.

Programming Assignment Topics

  1. PA1 : Finding roots of non-linear equation f(x)=0 using numerical methods such as Bisection, False position, Fixed point, Bairstow, Muller etc.
  2. PA2 : Finding solutions of a linear system of equations
  3. PA3 : Fitting least squares & interpolation
  4. PA4 : Solving Ordinary Differential Equations