0% found this document useful (0 votes)
36 views2 pages

Assignment III

This document outlines 7 math problems assigned in a Mathematics III course. The problems include: 1) solving a system of equations using LU decomposition, 2) using Jacobi iteration, 3) using Gauss-Seidel method, 4) finding eigenvalues and bounds of a matrix using power method, 5) obtaining polynomial approximations, 6) solving an initial value problem using Euler's method, and 7) using Runge-Kutta method to solve another initial value problem and comparing to the exact solution.

Uploaded by

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

Assignment III

This document outlines 7 math problems assigned in a Mathematics III course. The problems include: 1) solving a system of equations using LU decomposition, 2) using Jacobi iteration, 3) using Gauss-Seidel method, 4) finding eigenvalues and bounds of a matrix using power method, 5) obtaining polynomial approximations, 6) solving an initial value problem using Euler's method, and 7) using Runge-Kutta method to solve another initial value problem and comparing to the exact solution.

Uploaded by

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

Assignment III

Subject Code
Subject Name

:
:

MA201
Mathematics - III

Department
Faculty

:
:

Mathematics
Prof. Snehahsish Chakraverty

1. Solve the system of equations by LU decomposition method.

x1 x 2 x3 2

2 x1 3 x 2 5 x3 3
3x1 2 x 2 3 x3 6
2. Solve the system of equations using Jacobi iteration method.

4 x1 x 2 x3 2

x1 5 x 2 2 x3 6
x1 2 x 2 3 x3 4
x ( 0 ) [0.5,0.5,0.5]T
Take the initial approximation as
3. Solve the system of equations

and perform three iterations.

2 x1 x 2 7
x1 2 x 2 x3 1
x 2 2 x3 1

using Gauss-Seidel method. Take the initial approximation as


iterations.

x (0) 0

4. Find the Gerschgorin bounds and the largest eigenvalue of the matrix
power method.

and perform three

2
1

1
1
0
1

1
0
1
1

0
1
1

using

f ( x) x 1 / 2
5. Obtain the least squares polynomial approximation of degree one and two for
[0, 1].

u ' 2tu 2 , u (0) 1


6. Given the initial value problem
Euler method.
7. Determine

u ( 0 .4 )
, estimate

at

using Improved

u ' (t / u ), u (0) 1

t 0.2,0.4

u (t )

on

using Runge-kutta method, given that

Compare the results with the exact solution. Find the error at

t 0.4.

Answers
x1 1, x 2 0, x3 1
1.

x ( 3) [0.93333,1.0733,1.1000]T
2.

x (3) [5.3125,4.3125,2.6563]T
3.
4.

3.561553
n 2, P( x) (6 48 x 20 x 2 ) / 35

n 1, P ( x) 4(1 3 x) / 15
5. For

and for

u (0.4) 0.8577

6.
7.

u (0.2) 1.019804 u (0.4) 1.077035


,

0.000002
, Error=

You might also like