Numerical-_Analysis_Lab

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

Matrix Manipulation:

Screenshot (3517)

Bisection Method:

Screenshot (3519)

False-position Method:

Screenshot (3520)

Newton-raphson Method with tangent/slope line found at each iteration:

Screenshot (3521)

Task_201_2nd_task:

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. Screenshot (5034)