Numerical Analysis
Numerical Analysis
Numerical Analysis
Notations
C(R) : Set of all functions ‘f’ such that f is continous on the entire real line R
C′ (R) : Set of all functions ‘f’’ such that f is continous on the entire real line R
C2 (R) : Set of all functions ‘f 2 ’ such that f is continous on the entire real line R
C∞ (R) : Set of all functions ‘f n ’ such that f is continous on the entire real line R
Numerical Analysis 1
Taylor’s Theorem with Lagrange form of Remainder
If f ∈ Cn [a, b] and if f n+1 exists in (a, b) then for point c and x ∈ [a, b] there exists a
ξ between c and x such that
1
where En (x) = (n+1)!
f n+1 (ξ)(x − c)n+1
If f ∈ C[a, b] and f ′ exists in (a,b), then for any c and x ∈ [a, b] there exists a ξ
between c and x such that f(x) = f(c) + (x − c)f ′ (ξ)
Rolle’s Theorem
∈ C[a, b] and f ′ exists in (a,b), and if f(a) = f(b) = 0 then f ′ (ξ) = 0 for some
If f
ξ ∈ (a, b)
Error
X ∗ —> Approximation
Numerical Analysis 2
Absolute Error = ∣X − X∗∣
∣x−x∗ ∣
Relative Error = ∣x∣
2. Blunders: Human error is natural, we can make errors causing in overall blunder in
the result.
5. Round off Error: Floating Point numbers are usually not exacly represented, but are
rounded off, which results in round off error.
Numerical Analysis 3