WELCOME LETTER
Course Rationals
Course Objectives
Course Outcomes
TEXT/REFERENCE BOOKS
Assessment Plan
Quick Access Link
False Position and Sacant Method
Lagrange and Spline interpolation
Able to find maximum and minimum value of a tabulated functions., able to use in cryptography, able to forecast missing data
Approximate a function using an appropriate numerical method
Code a numerical method in a modern computer language
Newton Forward Backward and Divided difference table
Jacobe Gauss Seidel and Gauss Elimination
Jacobi iterative method is considered as an iterative algorithm which is used for determining the solutions for the system of linear equations in numerical linear algebra, which is diagonally dominant. In this method, an approximate value is filled in for each diagonal element.
Gauss Elimination by pivoting and Triangular systems and back substitution
Triangular systems and back substitution Iteration method is considered as an iterative algorithm which is used for determining the solutions for the system of linear equations in numerical linear algebra, which is diagonally dominant. In this method, an approximate value is filled in for each diagonal element.
Gauss Jordan method and Linear and polynomial regression
Construct a curve or mathematical function that has the best fit to a series of data points.
Curve fitting, also known as regression analysis, is used to find the "best fit" line or curve for a series of data points. Most of the time, the curve fit will produce an equation that can be used to find points anywhere along the curve.
Exponential and Trigonometric functions and Chebyshev polynomial