https://github.com/perpendicooler/code-for-numerical-analysis-executed-in-fortran-and-matlab
This is a Git repository containing code for a numerical analysis lab using Fortran and MATLAB
https://github.com/perpendicooler/code-for-numerical-analysis-executed-in-fortran-and-matlab
fortran90 fourier-transformation gauss-jordan-elimination gauss-legendre-quadrature gauss-seidel-method lagrange-polynomial-interpolation laplace-transform linear-equations lu-decomposition-method matlab matlab-codes numerical-analysis numerical-differentiation numerical-integration numerical-methods numerical-methods-implementation root-finding-methods simpsons trapezoidal-method weddle-s-rule
Last synced: 6 months ago
JSON representation
This is a Git repository containing code for a numerical analysis lab using Fortran and MATLAB
- Host: GitHub
- URL: https://github.com/perpendicooler/code-for-numerical-analysis-executed-in-fortran-and-matlab
- Owner: perpendicooler
- License: mit
- Created: 2022-09-07T10:29:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T21:11:18.000Z (over 1 year ago)
- Last Synced: 2023-12-15T22:39:23.891Z (over 1 year ago)
- Topics: fortran90, fourier-transformation, gauss-jordan-elimination, gauss-legendre-quadrature, gauss-seidel-method, lagrange-polynomial-interpolation, laplace-transform, linear-equations, lu-decomposition-method, matlab, matlab-codes, numerical-analysis, numerical-differentiation, numerical-integration, numerical-methods, numerical-methods-implementation, root-finding-methods, simpsons, trapezoidal-method, weddle-s-rule
- Language: MATLAB
- Homepage: https://perpendicooler.github.io/Code-for-Numerical-Analysis-Executed-in-FORTRAN-and-MATLAB/
- Size: 3.61 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numerical Methods
This is a Git repository containing code for a numerical analysis lab using Fortran and MATLAB.Some of the system of linear equation are containg code using MATLAB The accompanying PDF file provides a comprehensive guide to the laboratory, which covers various numerical techniques for solving mathematical problems. The Fortran code in this repository provides examples of how to implement these techniques in practice, making it an ideal resource for students or professionals in the field of numerical analysis. The code is well-commented and thoroughly tested, ensuring its accuracy and reliability
Built With
## Contents
## 1.Root Findings
1.Bisection Method\
2.Regula Falsi Method\
3.Iteration Method\
4.Newton-Rhapson Method
## 2.Interpolation
1.Finite Forward and Backward Difference\
2.Forward Interpolation\
3.Backward Interpolation\
4.Lagrange Polynomial\
5.Newton Divided Difference Interpolation
## 3.Numerical Integration
1.Trapezoidal Rule\
2.Simpson's 1/3 rule\
3.Simpson's 3/8 rule\
4.Weddles's Rule\
5.Gauss-Legendre (2 and 3 point formula)
## 4.Numerical Differentiation
1.Forward Differentiation\
2.Backward Differentiation## 5.System of linear Equation
1.Gauss Elimination Method\
2.Gauss Jordan Method\
3.Gauss Seidal Method\
4.Gauss Jacobi Method\
6.LU-Decompostion Method\
7.Tri-diagonal System
## 6.Mathematical Methods (Laplace and Fourier)