Code and resources for the Numerical Analysis Lab are available in this repository. These include matrix manipulation and the three root-finding techniques, Newton-Raphson, Bisection, and False Position.
1.task_101 : Matrix Manupulation
2.task_102 : Bisection Method
3.task_103 : False Position Method (Regula Falsi)
4.task_104 : Newton-Raphson Method
Gauss elimination method is used to solve a system of linear equations. A system of linear equations is a group of linear equations with various unknown factors. As we know, unknown factors exist in multiple equations. Solving a system involves finding the value for the unknown factors to verify all the equations that make up the system.