← Back to Mechanical Engineering

Numerical Methods & Computational Analysis

Bisection Method

The bisection method repeatedly halves a continuous sign-change interval to find...

Start Module

Error Analysis

Error analysis measures the difference between an approximate numerical value an...

Start Module

Euler Method

Euler method is a first-order explicit method for initial-value ODEs. It advance...

Start Module

Gauss Elimination

Gauss elimination transforms a linear system to upper triangular form using row ...

Start Module

Interpolation

Interpolation estimates values inside the range of known data points using funct...

Start Module

MATLAB / Python Engineering Applications

MATLAB and Python are used for engineering calculations, numerical algorithms, d...

Start Module

Newton-Raphson

Newton-Raphson is an iterative root-finding method that uses the function and it...

Start Module

Numerical Derivatives

Numerical differentiation estimates derivatives from function values or discrete...

Start Module

Numerical Integrals

Numerical integration approximates definite integrals using weighted function va...

Start Module

Ordinary Differential Equations (ODE)

An ODE relates an unknown function of one independent variable to its derivative...

Start Module

Optimization

Optimization identifies design-variable values that minimize or maximize an obje...

Start Module

Partial Differential Equations (PDE)

A PDE relates a field with two or more independent variables to its partial deri...

Start Module

Regression

Regression fits a model to data by minimizing an error measure, often the sum of...

Start Module

Root Finding

Root finding computes values of x that satisfy f(x) = 0. Methods include bracket...

Start Module

Runge-Kutta Methods

Runge-Kutta methods solve initial-value ODEs by combining multiple slope evaluat...

Start Module

Systems of Linear Equations

Systems of linear equations are commonly expressed in matrix form and solved usi...

Start Module