I will upload here all of my codes regarding Numerical Analysis course (MATH-304). All codes are written in c language.
list of topics:
- matrix multiplication.
- transpose of a matrix and multiplication of that matrix with given matrix
- implementation of gauss elimination process
- implementation of gauss-jordan method
- finding quadratic polynomial that is least square fit to a given data using Gauss Elimination process.
- bisection method
- false position method
- newton raphson method
- secant method
- fixed point iteration method
- numerical differentiation
- integration with trapezoidal rule
- jacobi iteration
- gauss-seidal method
- power iteration
- jacobian rotations & svd -> Assignment -02.c
usage:
- just download and run. OS: windows, linux
- caution: if any code includes input file, make sure you have input file in the location where the code file exists or you can remove including input file or customize your own input file.
@ShifatJahanShifa