Skip to content

Samya-S/Numerical-Methods-Lab

Repository files navigation

Numerical Methods Lab (MA29202)

Note

Assignment 1 to 6 solved using Jupyter Notebook
Assignment 7 to 9 solved using MatLab

LTP: 0-0-3   |   Credits: 2

Syllabus

Using any programming language (or MATLAB) for the implementation of the following methods:

  1. Direct and Iterative Methods for Linear Systems
  2. Non-linear Systems
  3. Eigenvalue Computation
  4. Power Method
  5. Finite Difference Methods for PDEs
  6. System of Hyperbolic PDEs

How to Use this Repository

  1. Clone this repository:

    git clone https://github.com/Samya-S/Numerical-Methods-Lab.git
  2. Navigate to the appropriate lab assignment folder:

    cd foldername
  3. Compile and run the C programs:

    gcc filename.c -o outputfile
    ./outputfile

License

This project is licensed under the MIT License - see the LICENSE file for details.