Numerical Method


Welcome! In this subject, I will show the solutions for some of the questions adapted from Applied Numerical Methods with MATLAB for Engineers and Scientists 4th Edition by Steven C. Chapra. Chapters to be covered:

  1. Roots Finding: Bracketing Methods
  2. Roots Finding: Open Methods
  3. Linear Regression
  4. General Linear Least-Squares and Nonlinear Regression
  5. Polynomial Interpolation
  6. Numerical Integration Formulas
  7. Numerical Integration of Functions
MATLAB M-file for several numerical methods can be reached out here:

#All solutions are completed based on own knowledge and understanding. If there are any questions or doubts, may leave your thought in the comment section. Thank you. 

No comments:

Post a Comment

Numerical Integration Formulas

Here are the M-files to implement composite trapezoidal rule for equally spaced data and unequally spaced data.  Composite Trapezoidal Rule ...