Note
Assignment 1 to 6 solved using Jupyter Notebook
Assignment 7 to 9 solved using MatLab
LTP: 0-0-3 | Credits: 2
Using any programming language (or MATLAB) for the implementation of the following methods:
- Direct and Iterative Methods for Linear Systems
- Non-linear Systems
- Eigenvalue Computation
- Power Method
- Finite Difference Methods for PDEs
- System of Hyperbolic PDEs
-
Clone this repository:
git clone https://github.com/Samya-S/Numerical-Methods-Lab.git
-
Navigate to the appropriate lab assignment folder:
cd foldername
-
Compile and run the C programs:
gcc filename.c -o outputfile ./outputfile
This project is licensed under the MIT License - see the LICENSE file for details.