0% found this document useful (0 votes)
33 views11 pages

Numerical Analysis and Optimization 1

Numerical methods are powerful problem-solving tools capable of handling large systems of equations. Studying numerical methods allows one to design their own programs to solve problems without expensive software, and provides an efficient way to learn computer usage and reinforce mathematics understanding. Numerical methods approximate higher mathematics with basic arithmetic, introducing round-off errors from limited significant figures and truncation errors from approximate procedures. The total error equals the sum of round-off and truncation errors.

Uploaded by

Kaify Peshmerga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views11 pages

Numerical Analysis and Optimization 1

Numerical methods are powerful problem-solving tools capable of handling large systems of equations. Studying numerical methods allows one to design their own programs to solve problems without expensive software, and provides an efficient way to learn computer usage and reinforce mathematics understanding. Numerical methods approximate higher mathematics with basic arithmetic, introducing round-off errors from limited significant figures and truncation errors from approximate procedures. The total error equals the sum of round-off and truncation errors.

Uploaded by

Kaify Peshmerga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

NUMERICAL

METHODS
Dr. Ghassan Jasim Hadi
References
Evaluation
why you should study numerical methods
1. Numerical methods are extremely powerful problem-solving tools. They are
capable of handling large systems of equations
2. Many problems cannot be approached using canned programs. If you are
conversant with numerical methods and are adept at computer
programming, you can design your own programs to solve problems
without having to buy or commission expensive software.
3. Numerical methods are an efficient vehicle for learning to use computers.
4. Numerical methods provide a vehicle for you to reinforce your
understanding of mathematics. Because one function of numerical methods
is to reduce higher mathematics to basic arithmetic operations
Errors
• Round-off errors: round-off errors originate from the fact that
computers retain only a fixed number of significant figures during a
calculation
Errors
• Truncation errors: are those that result from using an
approximation in place of an exact mathematical procedure
Errors
Total error: The total numerical error is the summation of the
truncation and round-off errors. In general, the only way to minimize
round-off errors is to increase the number of significant figures of the
computer
MATHEMATICA
L MODELING
AND
ENGINEERING
PROBLEM
SOLVING
Computer programs

You might also like