Skip to content

This repository contains implementations of common numerical algorithms using MATLAB.

Notifications You must be signed in to change notification settings

ma-nadeau/Numerical_Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Numerical Methods in Engineering

This repository contains implementations of common numerical algorithms using MATLAB.

Content

  • Floating point arithmetic
  • LU Decomposition
  • Cholesky Decomposition
  • QR Decomposition (Gram-Schmidt, Householder, etc.)
  • Least Squares
  • Non-Linear Regression
  • Tikhonov Regularization
  • Backward and Forward Euler methods for ODEs
  • Condition Number
  • Newton-Raphson Method
  • Bisection Method
  • Steepest Descent