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

Assignment 02

The document discusses five numerical methods questions: using the secant method to find a root of an equation, using Gaussian elimination to solve a system of equations, decomposing matrices into L and U matrices, using Doolittle's method to solve a system of equations, and using Crout's method to solve a system of equations.

Uploaded by

210177
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)
18 views2 pages

Assignment 02

The document discusses five numerical methods questions: using the secant method to find a root of an equation, using Gaussian elimination to solve a system of equations, decomposing matrices into L and U matrices, using Doolittle's method to solve a system of equations, and using Crout's method to solve a system of equations.

Uploaded by

210177
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

BEBME-VI Spring-2024

Numerical Methods Assignment 02


Due date: 20-03-2024

Question No 01[CLO2, PLO2]

1
Find a root of x−sin ( x )− =0 correct to four decimal places by Secant Method.
2

Question No 02[CLO3, PLO3]

Solve the following system of equations by Gaussian elimination method

0 x 1+ 4 x 2 +2 x 3 +8 x 4 =24

4 x1 +10 x 2+ 5 x 3 + 4 x 4=32

4 x1 +5 x 2+ 6.5 x3 +2 x 4=26

9 x 1+ 4 x 2 +4 x 3 +0 x 4 =21

Question No 03[CLO3, PLO3]

Decompose the following matrices into L and U and verify the decomposition.

[ ][ ]
2 −1 0 2 −1 0
−1 2 −1 −3 4 −1
0 −1 2 0 −1 2

Question No.04 [CLO3, PLO3]

Solve the following system of equations by using Dolittle’s method

[ ][ ] [ ]
5 3 −1 x 1 8
3 4 −1 x 2 = 8
−1 −1 3 x 3 6

Question No.05
By using Croute’s method solve the following system of equations

[ ][ ] [ ]
3 4 −1 x 1 8
5 3 2 x 2 = 17
−1 1 −3 x 3 −8

You might also like