Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: Numerical analysis 1
Description: The notes contains key areas for 3rd years who encounter numerical analysis for the first time. Introduction on calculation of errors like absolute,relative and percentage errors.It also touches areas of truncation and significant figures. Formulae to be used for any calculations which includes initial,propagated and generated errors.

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


NAME;OMURWA DAVID
UNIT;NUMERICAL ANALYSIS
DEPARTMENT;MATHEMATICS
INTRODUCTION
...

Algorithm
Definition
Is a finite sequence of effective statements that when applied to the problem will solve it
...

EERROR AND THEIR ANALYSIS
1
...

2
...

3
...

i
...
Data
iii
...
Representation of numbers e
...
14 etc
v
...
Mistakes due to unpredicted human errors
...
g input through computers
vii
...
Inherent errors-This is the quantity which is already present in the statement of a problem
due to errors in the physical measurement of the parameters of a problem
...
Round off errors
3
...
Absolute and relative errors

5
...
Truncation errors
7
...

This introduces an error which is a machine dependent and is called machine epsilon
...

The greater the precision the more accurate the computation
Example;
4
...
32,4
...

Rounding off errors
They arise because it is imposibble to represent all real numbers exactly on a machine with finite
memory(practical digital computers have finite memory)
It involves the process by which decimal points and significant figures are dropped out to represent
ordinary numbers approximately, in two ways,
I
...


Chopping-This involves dropping extra digits i
...
g
3
...
1428
To 4 significant figures 3
...

i
...

If the (n+1)th is less than 5 then nth digit is;
i
...

if odd it is increased by 1
...

4/3
1/30
2/3
4
...
168551

ROUND OFF TO
4s
...
333
0
...
6667
4
...
169

ROUND OFF TO
4 dp
1
...
0333
0
...
1676
4
...
f
1
...
03333
0
...
167
4
...

TRUNCATION ERRORS
These can be caused by;
i
...

Replacing an infinite series by a finite one
...
e
by using the maximum terms
...
Find the truncation error for ex at x=1/5 if first threeterms are retained in
expansion
...

Error=true value –approximate value
Using three terms
=(1+x+x2/2! + x3/3! +)……… -(1+x +x2/2!)
=x3/3! + X4/4! + x5/5! + x6/6! +…
...
2
Error =(0
...
2)4/4! + (0
...
2)6/6!
=0
...
p) or 5 s
...

Absolute error=absolute difference between no
...
X*
...

Let ∆x be such that eabs =/X-X*/≤ ∆x ,where ∆x →upper bound
...
4(1 d
...
35,2
...

Max
...
05
So X Σ 2
...
05 i
...
35≤X≤2
...
35-2
...
45-2
...
05/ X-Xx/0
...
05
eabs = 0
...

Relative error= /X-Xx/ X ,error of the true alue
...
er and percentage error are independent of the units used while eabs is expressed in units
...
is correct to n d
...
0005
...
if the first significant digit of a correct to n significant figures ,then
er <1/(k*10n-1)
e
...
73
K=9, n=5
er<1/(9*104)
ans;=1/9 *10-4
exercise
1
...
414 is used to approximate √2, find the absolute value and relative error
...
Round off the numbers 865250 and 37
...
f and compute eabs , er , ep in each case
...

The total accumulating error at any step of the procedures is called accumulating error
...

X=X*± Σ and Y=Y*±П
Let Ш be an operation
X Ш Y –X* Ш Y*
(X Ш Y – X* Ш Y*) +( X* Ш Y* - X* Ш* Y*)
(X Ш Y – X* Ш Y*) is a propagation error while ( X* Ш Y* - X* Ш* Y*) is a generated error
...

Addition and substraction(X±Y)
Error =(X+Y) –(X*+Y*)
Error =(X*± Σ) + (Y*± П)-(X*+Y*)
When you open the brackets you get and simplify;
e=±/Σ/ +/П/
/e/≤/Σ/ + /П/
...
45 + 4
...

Solution
X* =3
...
87

X=3
...
005

Y=4
...
005

3
...
45

4
...
87

3
...
865≤X+Y≤3
...
87
8
...
33

X+Y=8
...

Exercise
Evaluate as accurate as possible
X-Y where X=3
...
005, Y=2
...
005


Title: Numerical analysis 1
Description: The notes contains key areas for 3rd years who encounter numerical analysis for the first time. Introduction on calculation of errors like absolute,relative and percentage errors.It also touches areas of truncation and significant figures. Formulae to be used for any calculations which includes initial,propagated and generated errors.