Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 532 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 532 Bytes

Numerical Analysis

Programming Assignments

Implementations in C/C++

  • Week 1: Accuracy & Precision
  • Week 3: Root Finding I
    • Application of different methods
    • Implementation of Muller method
  • Week 4: Root Finding II
  • Week 5: Linear Equations I
  • Week 6: Simulation (Random Number Generation)
  • Week 7: Eigenvalue & Eigenvector
  • Week 8: Interpolation
  • Week 9: Linear Data Fitting
  • Week 10: Nonlinear Data Fitting

Note:

All codes are implemented in Linux Ubuntu 20.04 environment.