0% found this document useful (0 votes)
49 views1 page

Approximation in Numerical Computation: Question Bank 1

This document contains a question bank with numerical methods problems. It includes questions on approximation and error calculation, solving algebraic equations using bisection, regula-falsi and Newton-Raphson methods, and solving systems of linear equations using Gauss elimination, matrix inversion, Gauss-Jacobi and Gauss-Seidel methods.

Uploaded by

Rahul Aryan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views1 page

Approximation in Numerical Computation: Question Bank 1

This document contains a question bank with numerical methods problems. It includes questions on approximation and error calculation, solving algebraic equations using bisection, regula-falsi and Newton-Raphson methods, and solving systems of linear equations using Gauss elimination, matrix inversion, Gauss-Jacobi and Gauss-Seidel methods.

Uploaded by

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

Question Bank 1

Paper Name:- Numerical Methods Paper Code:- OEC-IT601A

 Approximation in Numerical Computation

5
1. Find the absolute, relative, percentage error in approximation 3 to 1.6667.
4
2. Find the absolute, relative and percentage error in approximation 3 to 1.3333.
3. Write the relation between absolute, relative and percentage error if x T = true value, xA=
approximate value.
4. Round off
(a) 123456 to 3 s.f. (b) 31.520457 to 1 s.f.(c) 245 .0223 to 3 s.f. (d) 123.2099 to 2 s.f.
5. Find the significant figures for the number (a)0.00007501(b)1.002001(c)980.37
6. If π=3.14 is used in place of 3.14156, find absolute and relative error.
7. Find error when a result 5.0214 is round off to 3 decimal places..
8. Find error when a result 2.01536 is round off to four decimal places.
 Numerical Solution of Algebraic and Transcendental Equation

1. Find the root of the equation xtanx=1.28 correct to four places of decimal using bisection
method.
2. Find the positive real root of x3=18 using bisection method of 4 iteration
3. Find the real root of xx+2x-2=0 correct to two decimal places using bisection.
4. Compute one positive root of x3-3x+1.06=0 by method of bisection, correct to three decimal
places.
5. Find the root of equation using regula-falsi method x3-5x-7=0 correct to 4 decimal places.
6. Find the root of equation x3-5x-7=0 using regula-falsi method of 6 iteration.
7. Find the smallest positive real root of 3x3 -9x2+8=0 using Newton-Raphson method correct to
of 4 places decimal.
4
8. Using Newton-Raphson method, find the value √ 12 .
9. Find the cube root of 10 upto 5 significant figures by Newton-Raphson method.

 Numerical Solution of System of linear equations

1. Solve the following systems of linear equations by Gauss elimination method


(a) x-2y+9z=8; 3x+y-z=3; 2x-8y+z=-5
(b) 2x+3y+z=9; x+2y+3z=1;3x+y+2x=8
(c) x+y+z=4; 2x-y+3z=1;3x+2y-z=1
(d) 3x+9y-z=11; 4x+2y+13z=24;4x-2y+z=-8
(e) x+3y+2z=5; 2x-y+z=-1;x+2y+3z=2
2. Solve the following systems of equations by matrix inversion method
(a) x-2y+9z=8; 3x+y-z=3; 2x-8y+z=-5
(b) 2x+3y+z=9; x+2y+3z=1;3x+y+2x=8
(c) x+y+z=4; 2x-y+3z=1;3x+2y-z=1
(d) 3x+9y-z=11; 4x+2y+13z=24;4x-2y+z=-8
(e) x+3y+2z=5; 2x-y+z=-1;x+2y+3z=2
3. Solve the following systems of equations by Gauss –Jacobi method and Gauss-Seidal method
(a) 10x+2y+z=9; x+10y-z=-22; -2x+3y+10z=22
(b)x+y+4z=9;8x-3y+2z=20;4x+11y-z=33
(c)8x+2y-2z=8;x-8y+3z=-4;2x+y+9z=12

You might also like