1 / 11

2- Systems of Linear Algebraic Equations: find values that satisfy the equations.

Chapter 1: Introduction to Numerical Methods Dr. Osama M. Al- Habahbeh Mechatronics Engineering Department The University of Jordan 2012. Numerical Methods are used to formulate mathematical problems as to solve them with arithmetic operations.

Download Presentation

2- Systems of Linear Algebraic Equations: find values that satisfy the equations.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 1: Introduction to Numerical MethodsDr. Osama M. Al-HabahbehMechatronics Engineering DepartmentThe University of Jordan2012

  2. Numerical Methods are used to formulate mathematical problems as to solve them with arithmetic operations. • Due to the large number of these operations, they are done using computer programs. • Math Review: 1- Roots of Equations: value of parameters to satisfy a single nonlinear equation.

  3. 2- Systems of Linear Algebraic Equations: find values that satisfy the equations. 3- Curve Fitting: Fit curve to data points

  4. 4- Interpolation: 5- Numerical Integration: I=∫ f(x).dx Area under the curve

  5. 6- Ordinary Differential Equations(ODE’s): Initial value problems Boundary value problems eigenvalues 7- Partial Differential equations(PDE’s): Finite difference method Finite Element method

  6. Significant Figures - They are figures that can be used with confidence. 0.00001845 0.0001845 4 sig. figs. (SF) 0.001845 3 SF 4 SF 5 SF Round – off error results from elimination of SF`s

  7. Accuracy and Precision:

  8. Percent relative error(ɛ): ɛ • Error propagation due to iterations.(Build up error) Approximations (Series) Limited sig figs.

  9. Solving Non-Linear Equations: - The root of an equation is the value of ‘x’ that makes f(x)=0. - There are two different types of equations: Algebraic, and Transcendental. - A Simple of algebraic functions are the Polynomials. - Example of transcendental functions include Trigonometric, Exponential, and Logarithmic functions.

  10. Algebraic Polynomial Transcendental

More Related