i will upload here all of codes regarding Numerical Analysis course (MATH-304). All codes are written in c language
list of codes:
- 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.