Quizz MTH603
Quizz MTH603
Quizz MTH603
No
At least one
Jacobi’s method
Newton’s backward difference method
Stirlling formula
Forward difference method
If n x n matrices A and B are similar, then they have the same eigenvalues (with the same
multiplicities).
TRUE
FALSE
If A is a nxn triangular matrix (upper triangular, lower triangular) or diagonal matrix, the
eigenvalues of A are the diagonal entries of A.
TRUE
FALSE
(X-1)^3
(x+1)^3
X^3-1
X^3+1
Two matrices with the same characteristic polynomial need not be similar.
TRUE
Bisection method is a
Bracketing method
Open method
Real
Zero
Positive
Negative
TRUE
FALSE
TRUE
FALSE
Positive
Negative
Numerical
Analytical
The Power method can be used only to find the eigenvalue of A that is largest in absolute value—
we call this Eigenvalue the dominant eigenvalue of A.
Select correct option:
TRUE
The Jacobi’s method is a method of solving a matrix equation on a matrix that has no zeros along
its ________.
Select correct option:
Main diagonal
Last column
Last row
First row
If A is a nxn triangular matrix (upper triangular, lower triangular) or diagonal matrix , the
eigenvalues of A are the diagonal entries of A.
Select correct option:
TRUE
FALSE
TRUE
FALSE
Bracketing method
Open Method
Iterative Method
Indirect Method
1
3
2
4
Root is bracketed
Root is not bracketed
Convergent
Divergent
In bisection method the two points between which the root lies are
Root may be
Complex
Real
Complex or real
None
Newton Raphson method is a method which when it leads to division of number close to
zero
Diverges
Converges
2
3
Faster
Slower
S 1 S
St S
S 1 S t
All are true
r+2
r+1
R
R-1
P in Newton’s forward difference formula is defined as
x x0
p( )
h
x x0
p( )
h
x xn
p( )
h
x xn
p( )
h
10
2
8
16
Newton’s divided difference interpolation formula is used when the values of the
independent variable are
Equally spaced
Constant
None of the above
x 0 1 2 4
f ( x) 1 1 2 5
1.5
3
2
y ( x) pn ( x)
If is approximated by a polynomial of degree n then the error is given
by
( x) y ( x ) Pn ( x)
( x) y ( x ) Pn ( x )
( x) y ( x) Pn ( x)
( x) Pn ( x ) y ( x)
x0 , x1 , x2 , x3 , x4 , x5 , x6 , x7 , x
Let I denotes the closed interval spanned by . Then
F ( x)
vanishes ------times in the interval I .
N-1
N+2
N
N+1
1 2 3 4 5
D ( ...)
h 2! 3! 4! 5!
1 2 3 4 5
D ( ...)
h 2 3 4 5
1 2 3 4 5
D ( ...)
h 2 3 4 5
1 2 3 4 5
D ( ...)
h 2! 3! 4! 5!
f ( x) x
Finding the first derivative of at =0.4 from the following table:
f / (0.1)
, using two-point equation will be calculated as.............
-0.5
0.5
0.75
-0.75
In
f ( x)
Simpson’s 1/3 rule, is of the form
ax b
ax 2 bx c
►
ax3 bx 2 cx d
►
ax 4 bx 3 cx 2 dx e
►
b
I f ( x) dx
a
ba
n
ba
n
a b
n
To
apply Simpson’s 1/3 rule, valid number of intervals are.....
7
8
5
3
For
the given table of values
f / / (0.2)
, using three-point equation will be calculated as ……
17.5
12.5
7.5
-12.5
To
apply Simpson’s 1/3 rule, the number of intervals in the following must be
2
3
5
7
To
apply Simpson’s 3/8 rule, the number of intervals in the following must be
10
11
12
13
If
the root of the given equation lies between a and b, then the first approximation
to the root of the equation by bisection method is ……
(a b )
2
( a b)
2
(b a)
2
None of the given choices
Bisection Method
Regula Falsi Method
Secant Method
All of the given choices
For
3
x 3x 1 0
the equation , the root of the equation lies in the interval......
(1, 3)
(1, 2)
(0, 1)
(1, 2)
A polynomial equation
If
dy
f ( x, y )
dx
Xt-plane
Yt-plane
Xy-plane
In
solving the differential equation
y / x y ; y (0.1) 1.1
h 0.1 y (0.2)
, By Euler’s method is calculated as
1.44
1.11
1.22
1.33
In
second order Runge-Kutta method
k1
is given by
k1 hf ( xn , yn )
k1 2hf ( xn , yn )
k1 3hf ( xn , yn )
None of the given choices
In
k2
fourth order Runge-Kutta method, is given by
h k
k2 hf ( xn , yn 1 )
2 2
h k
k2 hf ( xn , yn 1 )
3 3
h k
k2 hf ( xn , yn 1 )
2 2
In
k4
fourth order Runge-Kutta method, is given by
k3 hf ( xn 2h, yn 2k3 )
k3 hf ( xn h, yn k3 )
k3 hf ( xn h, yn k3 )
None of the given choices
The need of numerical integration arises for evaluating the definite integral of a function
that has no explicit ____________ or whose antiderivative is not easy to obtain
Derivatives
Antiderivative
If A 0 then
There is a unique solution
There exists a complete solution
There exists no solution
None of the above options
Pivoting
Interpretation
Jacobi’s method
Gauss Jordan Elimination method