NEW
Font size
WorksheetsNumerical CSE B
Total questions: 10
Worksheet time: 26mins
How many Significant digits are in the number of 0.002060
3
4
5
2
If you round off 5 to four decimal places , then the corresponding relative error is
−1.4321×10−5
1.4321×10−5
1.4321×10−3
3.2022×10−3
If in Ax=B , the number of variables are greater than the number of equations then the system have :
no solution
unique solution
Infinite solution
May or may not have solution
Consider the following system of linear equations 3y−2z=3, 2x−y+4z=27, 4x−y−3z=3 Use Gauss-Seidel method with the initial value x(0)=0, y(0)=0, z(0)=0 , the value of y(1)= ?
0.75
1
1.75
0
Starting from x0=1 , one step of Newton-Raphson method in solving the equation x3+3x−7=0 gives the next value (x1) as:
x1=1.5
x1=0.5
x1=2
x1=2.5
The order of convergence for Bisection method is
1
2
1.5
1.618
l21=2, u11=1, u12=3, u22=2
l21=2, u11=1, u12=2, u22=2
l21=2, u11=1, u12=2, u22=−3
l21=2, u11=1, u12=2, u22=5
If dxdy=log10(x+y) and y(0)=2 , Then the value of y(0.2) in one step using Euler's method is
1
2.0602
2.3010
2.1386
Which one of the following method is a Predictor corrector method.
Euler's method
Runge-Kutta method
Modified Euler's method
matrix inversion method
Newton's formula for finding the square root of a (a>0)
is:
xn+1=21(xn−xna)
xn+1=21(xn+xna)
xn+1=xn−xna
xn+1=2 xn
