This repository documents a comparative numerical study conducted as part of a Numerical Methods course. The objective is to solve a nonlinear diode equation arising in electronic circuit analysis and ...
This repository contains MATLAB codes and brief explanations for core numerical methods implemented as part of the Numerical Analysis course practicals. Each lab targets a specific method widely used ...
The bisection method is the simplest of the root finding methods. When given this problem from scratch this is the method that most people come up with. We still have the question of how many times to ...