Chandni File
Chandni File
2x1+6x2+10x3=0
X1+3x2+3x3=2
3x1+14x2+28x3=-8
III. Solve the following system of the equation (without partial
pivoting): x1 + 2x2 + 3x3 =1
2x1 + 6x2+ 10x3=0
3x1 + 14x2 + 28 x3 = -8
IV. Solve the following system of equations by Gauss Jordan Method:
2x1+3x2+x3=-1
3x1+2x2+2x2=1
x1+2x2+2x3=6.
V. Solve the following system of equations by Gauss Elimination Method
with pivoting:
2x1+3x2+x3=-1
3x1+2x2+2x2=1
x1+2x2+2x3=6.
5) Jacobi Method and Gauss-Seidel Method
X 2 3 4
F(X) 1.4142 1.7321 2
b) SOLVE THE GIVEN PROBLEM BY USING
LAGRANGE INTERPOLATION AT X =1, GIVEN
DATA:
X 1 2 3
F(X) 2 5 10
c) SOLVE THE GIVEN PROBLEM BY USING
NEWTON INTERPOLATION GIVEN DATA:
X -7 -5 -4 -1
F(X) 10 5 2 10
d) SOLVE THE GIVEN PROBLEM BY USING
NEWTON INTERPOLATION GIVEN DATA:
X -8 -5 -3 1
F(X) 12 5 4 1
e) SOLVE THE GIVEN PROBLEM BY USING
NEWTON INTERPOLATION GIVEN DATA:
X 10 3 -7 -4 -5
F(X) 20 5 4 8 0
f) SOLVE THE GIVEN PROBLEM BY USING
NEWTON INTERPOLATION GIVEN DATA:
X 1 2 3 4 5
F(X) 10 20 30 40 50
7) Trapezoid and Simpson’s rule
I. Find the approximate integration of f(x)=1/(1+x) on [0,1] by trapezoid rule.
IV. Using Simpson rule, find the approximate integration f(x)=1/1+x on [0,1].
V. Using Simpson rule, find the approximate integration f(x)=1/1+x^2 on [0,1].
VI. Using Simpson rule, find the approximate integration f(x)=tan-1x on [0,1].
8) Euler methods for solving first order initial
value problems of ODE’s
a) Using Euler method, solve the given function f(x)=y+x in the interval
[0,1] and number of iterations is 2.
b) Using Euler method, solve the given function f(x)=2x+y in the interval
[0,1] and number of iterations is 5.
c) Using Euler method, solve the given function f(x)=1+y/x in the interval [1,6]
and number of iterations is 10.