Translate

Method of Iteration

Below is a detailed article on numerical solution of a transcendental equation by method of iteration - 

Solving 1.5x - tanx - 0.1 = 0,  using iteratrion method -

 Iteration is a method of solving algebraic or transcendental equation and is widely used in computer mechanics and programming algorithms. A hand-written solution is as below -