-
To find the root of a polynomial using Newton Rhapson Method.
-
To find the root of a polynomial using Regula Falsi Method.
-
To find the root of a polynomial using Bisection Method.
-
To find the solution of a system of linear equations using Gauss Elimination Method.
-
To find the solution of a system of linear equations using Gauss Jordan Method.
-
To find the solution of a system of linear equations using Gauss Seidal Method.
-
To find the value in a given dataset using Newton’s Forward Difference Interpolation.
-
To find the value in a given dataset using Lagrange Interpolation.
-
To find the integral of a function using Trapezoidal Rule.
-
To find the integral of a function using Simpson Rule.