Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 854 Bytes

File metadata and controls

26 lines (13 loc) · 854 Bytes

Scientific-Computing-MATLAB-Codes

Following Codes :

  1. To find the root of a polynomial using Newton Rhapson Method.

  2. To find the root of a polynomial using Regula Falsi Method.

  3. To find the root of a polynomial using Bisection Method.

  4. To find the solution of a system of linear equations using Gauss Elimination Method.

  5. To find the solution of a system of linear equations using Gauss Jordan Method.

  6. To find the solution of a system of linear equations using Gauss Seidal Method.

  7. To find the value in a given dataset using Newton’s Forward Difference Interpolation.

  8. To find the value in a given dataset using Lagrange Interpolation.

  9. To find the integral of a function using Trapezoidal Rule.

  10. To find the integral of a function using Simpson Rule.

AND Many more..