Numerical Methods & Computational Analysis
Bisection Method
The bisection method repeatedly halves a continuous sign-change interval to find...
Error Analysis
Error analysis measures the difference between an approximate numerical value an...
Euler Method
Euler method is a first-order explicit method for initial-value ODEs. It advance...
Gauss Elimination
Gauss elimination transforms a linear system to upper triangular form using row ...
Interpolation
Interpolation estimates values inside the range of known data points using funct...
MATLAB / Python Engineering Applications
MATLAB and Python are used for engineering calculations, numerical algorithms, d...
Newton-Raphson
Newton-Raphson is an iterative root-finding method that uses the function and it...
Numerical Derivatives
Numerical differentiation estimates derivatives from function values or discrete...
Numerical Integrals
Numerical integration approximates definite integrals using weighted function va...
Ordinary Differential Equations (ODE)
An ODE relates an unknown function of one independent variable to its derivative...
Optimization
Optimization identifies design-variable values that minimize or maximize an obje...
Partial Differential Equations (PDE)
A PDE relates a field with two or more independent variables to its partial deri...
Regression
Regression fits a model to data by minimizing an error measure, often the sum of...
Root Finding
Root finding computes values of x that satisfy f(x) = 0. Methods include bracket...
Runge-Kutta Methods
Runge-Kutta methods solve initial-value ODEs by combining multiple slope evaluat...
Systems of Linear Equations
Systems of linear equations are commonly expressed in matrix form and solved usi...