Category: Numerical Analysis

Gauss Jordan Elimination Method

Here is a well explained solution to solve a set of equations using Gauss Jordan Elimination method –...

Gauss Elimination Method

Below is a well explained solution for a set of equations using Gauss Elimination method. Enjoy!  ...

Find a root of x = e-x using Bisection Method

Bisection method is the most simplest method of solving algebraic or transcendental equations. It involves selecting an interval [a,b] in which the root lies such...

Numerical solution by method of Iteration

Solving x = 1/ (1+x)1/2 using iteration method – Iteration is a method of solving algebraic or transcendental equation and is widely used in computer...