mth603 Solved Subjective Question For Mid Term
mth603 Solved Subjective Question For Mid Term
Disclaimer: There might be some human errors, if you find please let me know at
pak.nchd@gmail.com , duplication of data may be possible but at least possible level.
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Table of Content
FILE VERSION UPDATE: (DATED: 23-MAY-2011) ...................................................................................................................... 1
COURSE CONTENT:................................................................................................................................................................ 7
EACH TOPIC ONE SOLVED QUESTION WITH STEPS:COMPILED FROM PAST ASSIGNMENT............................................................ 7
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
SOLVED_MCQZ .......................................................................................................................................................................... 66
MCQZ (SET-1) .......................................................................................................................................................................... 66
MCQZ (SET-2) .......................................................................................................................................................................... 67
MCQZ (SET-3) ................................................................................................................................. ERROR! BOOKMARK NOT DEFINED.
MCQZ (SET-4) ................................................................................................................................. ERROR! BOOKMARK NOT DEFINED.
MCQZ (SET-5) ................................................................................................................................. ERROR! BOOKMARK NOT DEFINED.
MCQZ (SET-6) .......................................................................................................................................................................... 69
MCQZ (SET-7) ................................................................................................................................. ERROR! BOOKMARK NOT DEFINED.
MCQZ (SET-8) .......................................................................................................................................................................... 71
MCQZ (SET-9) ................................................................................................................................. ERROR! BOOKMARK NOT DEFINED.
MCQZ (SET-10) ............................................................................................................................... ERROR! BOOKMARK NOT DEFINED.
MCQZ (SET-11) ............................................................................................................................... ERROR! BOOKMARK NOT DEFINED.
MCQZ (SET-12) ........................................................................................................................................................................ 73
MCQZ (SET-13) ........................................................................................................................................................................ 73
MCQZ (SET-14) ............................................................................................................................... ERROR! BOOKMARK NOT DEFINED.
MCQZ (SET-15) ............................................................................................................................... ERROR! BOOKMARK NOT DEFINED.
MCQZ (SET-16) ............................................................................................................................... ERROR! BOOKMARK NOT DEFINED.
MCQZ (SET-17) ............................................................................................................................... ERROR! BOOKMARK NOT DEFINED.
=========================================================>
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
ERROR
Types of error are,
Inherent errors,
Local round-off errors
Local truncation errors
Decimal Number System (Base 10)=0,1,2,3,4,5,6,7,8,9
World Wide used and the most common system
Hexa Number System (Base 16)=0,1,2,3,4,5,6,78,9,A,B,C,D,E,F
Used in Processor Register Addressing
Errors in computations
The initial approximation
It may be found by two methods either by graphical method or
Analytical method
Graphical method
Non-Linear Equations
Bisection Method
Procedure in Detail:
Step,Take two Initial Approximation such that f(x1).F(x2)<0.Means both must have
opposite signs.Take their mean by x3=(x1+x2)/2
Next Take two element from which 1 will be x3 and another from x1 or x2 such that both
x3 and the other element should have opposite sign.
Repeat the above process to the required numbers of iterations.
Question 1
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Iteration 2
x0 2 and x2 2.5
then
x0 x2
x3 ( )
2
2 2.5
( ) 2.25
2
Now f (2.25) (2.25)3 (2.25) 2 2.25 7 1.578125 0
As f (2) f (2.25) 1(1.578125) 1.578125 0
Therefore a real root lies between 2 and 2.25
Iteration 3
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Iteration 10
x10 2.103515625 and x9 2.10546875
then
x10 x9
x11 ( )
2
2.103515625 2.10546875
( ) 2.104492188
2
Now f (2.104492188) (2.104492188) 3 (2.104492188) 2 2.104492188 7 0.0038 0
As f (2.104492188) f (2.10546875) 0.0038(0.006) 0.0000228 0
Therefore a real root lies between 2.104492188 and 2.10546875
Iteration 11
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Step,Take two Initial Approximation such that f(x1).F(x2)<0.Means both must have
opposite signs.Take their mean by x3=(x1+x2)/2
Next Take two element from which 1 will be x3 and another from x1 or x2 such that both
x3 and the other element should have opposite sign.
Repeat the above process to the required numbers of iterations.
xn xn 1
x( n1) xn f xn
f xn f xn1
Steps: If the interval is given , check whether the root lies in between the interval or not
by the principle that states if both number have opposite sign , then the root lies in
between interval.
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
The formula for finding the root of the function f(x) by Regula-Fasli is given by.
xn xn 1
x( n1) xn f xn
f xn f xn1
For n=1 we have,
x1 xo 1 0 2.17797
x2 x1 f x1 1 -2.17797 1 1 0.68533 0.31467
f x1 f xo -2.17797 1 3.17797
f x2 cos(0.31467) 0.31467 e0.31467 0.950899 0.31467 1.369806 =0.519863
Since f (x1) and f (x2) are of opposite signs, the root lies between x1 and x2.
Therefore, for n=2 we have,
x2 x1 0.31467 1
x3 x2 f x2 0.31467 0.519863
f x2 f x1 0.519863 -2.17797
0.68533
0.31467 0.519863 0.44673
2.697833
f x3 cos(0.44673) 0.44673 e0.44673 0.901864 0.44673 1.563191 =0.20353
Since f (x1) and f (x3) are of opposite signs, the root lies between x1 and x3.
Therefore, for n=3 we have,
x3 x1 0.44673 1
x4 x3 f x2 0.44673 0.20353
f x3 f x1 0.20353 -2.17797
0.54327
0.44673 0.20353 0.493159
2.3815
The required root after 3rd iteration using Regula-Falsi method is 0.493159
Question 2
Use the Regula Falsi (method of false position) to solve the equation x3 4 x 9 0
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
First iteration
x2 x1
x3 x2 f ( x2 )
f ( x2 ) f ( x1 )
3 2
3 (6)
6 (9)
1
3 (6)
15
2
3
5
2.6
f ( x3 ) f (2.6) (2.6)3 4(2.6) 9
1.824
Second iteration
x3 x2
x4 x3 f ( x3 )
f ( x3 ) f ( x2 )
2.6 3
2.6 (1.824)
1.824 6
2.69325
f ( x4 ) f (2.69325) (2.69325)3 4(2.69325) 9
0.23725
Third iteration
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Fifth iteration
x6 x5
x7 x6 f ( x6 )
f ( x6 ) f ( x5 )
2.70653 2.70536
2.70653 (0.0000368)
0.0000368 (0.02098)
2.70653
Hence,
The required root of the given equation correct to 4 decimal places is 2.7065
Method of Iterations
Question#1 Marks 10
x
Use the method of iterations to determine the real root of the equation e 10 x in the
interval [0, 1], correct to four decimal places after four Iterations.
Solution:
Since e x 10 x.Let f ( x ) e x 10 x.we see that f (0) 1 and f (1) 9.6321
As e x 10 x ,we can easily find the value of x, thus
e x e x
x , Let x
10 10
By taking its derivative we get
e x
x , we see that x 1 for all values in [0,1].
10
Therefore we can apply method of iterations to the given function.
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Newton-Raphson Method
Procedural Detail:
Find the limit if not provided by starting from x=0 to ,…
Find two consecutive numbers for f(x) should have opposite sign.
Use the Newton Raphson Formula to find next approximation .
Question#3 Marks 10
Find the real root of the equation x3 3x 5 0 using Newton-Raphson method in the
interval [2,3] after third iteration.
Solution:
As f ( x) x 3 3x 5
f (2) 23 3.2 5 3 0
f (3) 3 3.3 5 13
3
0
So root of the eq. will lie in 2,3
now f / ( x) 3 x 2 3 and f / / ( x) 6 x
f / (2) 3.22 3 9 and f / (3) 3.32 3 24
f / / (2) 6.2 12 and f / / (3) 6.3 18
Since f (3) and f / / (3)are of same sign.So we choose x0 3
so by Newton ' s method we have
f (x ) 13
x1 x0 / 0 3 2.4583
f ( x0 ) 24
f ( x1 ) (2.4583)3 3(2.4583) 5 14.8561 7.3749 5 2.4812
f / ( x1 ) f / (2.4583) 3(2.4583) 2 3 18.1297 3 15.1297
f ( x1 ) 2.4812
x2 x1 /
2.4583 2.2943
f ( x1 ) 15.1297
f ( x2 ) (2.2943)3 3(2.2943) 5 12.0767 6.8829 5 0.1938
f / ( x2 ) f / (2.2943) 3(2.2943) 2 3 15.7914 3 12.7914
f ( x2 ) 0.1938
x3 x2 /
2.2943 2.2791
f ( x2 ) 12.7914
Example From the Handout at page #
Value of e=2.7182
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Secant Method
Question 1
Do Four iterations of Secant method, with an accuracy of 3 decimal places to find the
.
root of
f ( x) x 3 3x 1 0, x0 1, x1 0.5 Marks: 10
Solution:
n 1
f ( x0 ) f 1 1
f ( x1 ) f 0.5 0.375
x2 xo ( fx1 ) x1 f ( xo )
( fx1 ) f ( xo )
x2 (1)( 0.375) (0.5)( 1)
( 0.375) ( 1)
x2 (1)( 0.375) (0.5)(1)
( 0.375) (1)
x2 ( 0.375) (0.5)
0.625
x2 0.125
0.625
x2 0.2
ITERATION 2
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
ITERATION 3
n 3
f ( x3 ) f 0.3563 0.02367
x4 x2 f ( x3 ) x3 f ( x2 )
f ( x3 ) f ( x2 )
x4 (0.2) f (0.3563) (0.3563) f (0.408)
f (0.3563) f (0.408)
x4 (0.2)( 0.02367) (0.3563)(0.408)
( 0.02367) (0.408)
x4 0.004737 0.1453
0.43167
x4 0.150034
0.43167
x4 0.3477
ITERATION 4
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
f ( x) e x 3 x 2 , x0 0 , x1 1
both aretheinitialapproximations
f (0) e0 3(0) 1
f (1) e1 3(1) 0.281
nowwecalculatethesec ond approximation
x f ( x1 ) x1 f ( x0 ) (0)(0.281) (1)1
x2 0 0.7806
f ( x0 ) f ( x1 ) 0.281 1
f (0.7806) e0.7806 3(0.7806) 2 2.1827 1.82800 0.3546
now x1 1 and x2 0.786
f (1) 0.281 f (0.786) 0.3546
x f ( x2 ) x2 f ( x1 ) 1(0.3546) (0.786)( 0.281)
x3 1 0.9052
f ( x2 ) f ( x1 ) 0.3546 0.281
now
x3 0.9052f(0.9052)
x2 0.786 f (0.786) 0.3546
x2 f ( x3 ) x3 f ( x2 ) 0.7806(0.0074) (0.9052)(0.3546)
x4 0.9076
f ( x3 ) f ( x2 ) 0.0074 0.3546
sorootis0.9076
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Muller’s Method
Question 1
Iterations.( x0 0.5, x1 1, x2 0 )
Solution
1st iteration
x0 0.5 , x1 1 and x2 0
f ( x0 ) f 0 f (0.5) (0.5)3 7(0.5) 2 14(0.5) 6 0.625
f ( x1 ) f1 f (1) 13 7(1) 2 14(1) 6 2
f ( x2 ) f 2 f (0) (0)3 7(0) 2 14(0) 6 6
c f 0 0.625
h1 x1 x0 1 0.5 0.5
h2 x0 x2 0.5 0 0.5
h2 f1 (h1 h2 ) f 0 h1 f 2
a
h1h2 (h1 h2 )
(0.5)(2) (0.5 0.5)(0.625) (0.5)(6) 1 (1)( 0.625) (0.5)(6)
a = 5.5
(0.5)(0.5)(0.5 0.5) (0.5)(0.5)(1)
f1 f 0 ah12
b
h1
2 (0.625) (5.5)(0.5) 2 2 0.625) (5.5)(0.25) 2
b 8
0.5 0.5
2c
x x0
b b 2 4ac
2(0.625)
x 0.5
8 (8) (4)(5.5)(0.625)
2
x 1.8721
2nd iteration
x0 0.5 , x1 1.8721 and x2 1
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
c f 0 0.625
h1 x1 x0 1.8721 0.5 1.3721
h2 x0 x2 0.5 1 0.5
h2 f1 (h1 h2 ) f 0 h1 f 2
a
h1h2 (h1 h2 )
(0.5)(2.228) (1.3721 0.5)(0.625) (1.3721)( 6)
a 14.70
(1.3721)(0.5)(1.3721 0.50.5)
f1 f 0 ah12
b
h1
2.228 (0.625) (14.70)(1.3721) 2
b 17.72
0.5
2c
x x0
b b 2 4ac
1.25
x 0.5 0.29
12.62 (17.72)2 (4)(14.71)(0.625)
x 1.8721
Linear Equations
Gaussian Elimination Method
Question 2
Using Gaussian Elimination Method, solve the following system of equations
x1 x2 2 x3 9
x1 3x2 2 x3 13
3x1 x2 3x3 14
Solution:
Marks: 10
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
1 1 2 9
Ab 1 3 2 13
3 1 3 14
1 1 2 9
R 0 2 0 4 by R2 R1 and R3 3R1
0 2 3 13
1 1 2 9
R 0 1 0 2 by
1
R2
2
0 2 3 13
1 1 2 9
R 0 1 0 2 by R 3 (2) R2
0 0 3 9
1 1 2 9
R 1
0 1 0 2 by R3
3
0 0 1 3
Which shows that from the third and second rows
Z=3, y = 2
And from the first row
X+y+2z=9
Solution:
The Augmented Matrix of the given system of equations is
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
x 2, y 0, z 1
By using Gauss –Jordan elimination method, solve the following system of equations,
x yz 7
3x 3 y 4 z 24
2 x y 3z 16
Solution:
1 1 1 x 7
3 3 4 y 24
2 1 3 z 16
A X B
1 1 1 : 7
A | B 3 3 4 : 24
2 1 3 : 16
1 1 1 : 7
2 1 3 : 16 R23
3 3 4 : 24
1 1 1 : 7
0 1 1 : 2 R2 R2 2 R1 , R3 R3 3R1
0 0 1 : 3
1 0 2 : 9
0 1 1 : 2 R1 R1 R2
0 0 1 : 3
1 0 0 : 3
0 1 0 : 1 R1 R1 2 R3 , R2 R2 R3
0 0 1 : 3
1 0 0 : 3
0 1 0 : 1 R2
0 0 1 : 3
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
20 x y 2 z 17
3x 20 y z 18
2 x 3 y 20 z 25
By Jacobi’s iterative method taking the initial starting of solution vector as (0, 0, 0)T
and perform the first three iterations.
Solution:
20 x y 2 z 17
3x 20 y z 18
2 x 3 y 20 z 25
17 y 2 z
x
20
18 3 x z
y
20
25 2 x 3 y
z
20
startingwith(0,0,0)
Iteration#01
17 0 2 0 17
x 0.85
20 20
18 3 0 0 18
y 0.9
20 20
25 2 0 3 0 25
z 1.25
20 20
Iteration#02
x 0.85, y 0.9, z 1.25
17 0.9 2 1.25 20.4
x 1.02
20 20
18 3 0.85 1.25 19.3
y 0.965
20 20
25 2 0.85 3 0.9 20.6
z 1.03
20 20
Iteration#03
x 1.02, y 0.965, z 1.03
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Solve Question No. #2 by Gauss-Seidel iterative method and perform first three
iterations. What you see the difference after solving the same question by two different
iterative methods? Give your comments.
Solution:
20 x y 2 z 17
3x 20 y z 18
2 x 3 y 20 z 25
17 y 2 z
x
20
18 3 x z
y
20
25 2 x 3 y
z
20
startingwith(0,0,0)
Iteration#01
17 0 2 0 17
x 0.85
20 20
18 3 0.85 0 20.55
y 1.0275
20 20
25 2 0.85 3 1.0275 20.2175
z 1.010875
20 20
Iteration#02
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
In Gauss Siedal Method, the newly computed values in each iteration are directly
involved to find the other value of the system of equation and save memory for
computation and hence results are more accurate.
==============================================================
Question 2
Do five iterations to solve the following system of equations by Gauss-Seidal iterative
method
10 x 2 y 3z 305
2 x 10 y 2 z 154
2 x y 10 z 120
Marks: 10
Solution:
Since, the given system is diagonally dominant; hence we can apply here the Gauss-
Seidal method.
From the given system of equations
1
x r 1 305 2 y r 3 z r
10
1
y r 1 154 2 x r 1 2 z r
10
1
z r 1 120 2 x r 1 y r 1
10
ITERATION 1
For r =0
Taking y=z=0 on right hand side of first equation. In second equation we take z=0 and
current value of x. In third equation we take current value of both x and y.
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
ITERATION 2
Similar procedure as used in Iteration 1 will be used for Iterations 2, 3, 4 and 5.
1 408.75
x2 305 2(21.5) 3(20.25) 40.875
10 10
1 276.25
y 2 154 2(40.875) 2(20.25) 27.625
10 10
1 229.375
z 2 120 2(40.875) (27.625) 22.938
10 10
ITERATION 3
1 429.064
x 3 305 2(27.625) 3(22.938) 42.906
10 10
1 285.688
y 3 154 2(42.906) 2(22.938) 28.569
10 10
1 234.381
z 3 120 2(42.906) (28.569) 23.438
10 10
ITERATION 4
1 432.452
x 4 305 2(28.569) 3(23.438) 43.245
10 10
1 287.366
y 4 154 2(43.245) 2(23.438) 28.737
10 10
1 235.227
z 4 120 2(43.245) (28.737) 23.523
10 10
ITERATION 5
1 433.043
x 5 305 2(28.737) 3(23.523) 43.304
10 10
1 287.654
y 5 154 2(43.304) 2(23.523) 28.765
10 10
1 235.373
z 5 120 2(43.304) (28.765) 23.537
10 10
Above Results are summarized in tabular form as
Variables
Iterations x y z
1 30.5 21.5 20.25
2 40.875 27.625 22.938
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Relaxation Method
Matrix Inversion
4 1 0
1 20 1 MARKS 10
0 0 4
And the corresponding eigenvector, by Power Method after fourth iteration starting with
the initial vector v(0) =(0,0,1)T
SOLUTION
4 1 0
Let A = 1 20 1
0 0 4
Choosing an initial vector as
v(0) =(0,0,1)T then
ITERATION 1
4 1 0 0 0
u (1)
[ A]v (0)
1 20 1 0 1
0 0 4 1 4
Now we normalize the resultant vector to get
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
1
0
4 1 0 4
(1) 1
u (2) [ A]v 1 20 1 6
0 0 4 4 4
1
1
24
u (2) 6 1 q2 v (2)
2
3
ITERATION 3
1
4 1 0 24 1.167
u (3) [ A]v (2) 1 20 1 1 20.708
0 0 4 2 2.667
3
0.056
u (3) 20.708 1 q3v
(3)
0.129
ITERATION 4
4 1 0 0.056 1.224
u (4) [ A]v (3) 1 20 1 1 20.185
0 0 4 0.129 0.516
0.061
u 20.185 1
(4)
q4 v
(4)
0.026
Therefore, the largest eigen value and the corresponding eigen vector accurate to three
decimals places are
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Question 1 marks 10
Find the largest eigen value of the matrix
6 5 2
3 1 4
1 10 3
And the corresponding eigen vector, by Power Method after fourth iteration starting with
the initial vector v(0) =(0,1,0)T
SOLUTION
6 5 2
Let A= 3 1 4
1 10 3
Choosing an initial vector
v(0) =(0,1,0)T then
ITERATION 1
6 5 2 0 5
u [ A]v 3 1 4 1 1
(1) (0)
1 10 3 0 10
Now we normalize the resultant vector to get
0.5
u (1) 10 0.1 q1v (1)
1
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
ITERATION 3
6 5 2 0.982 12.5
u [ A]v 3 1 4 1
(3) (2)
7.162
1 10 3 0.804 13.394
0.933
u 13.394 0.535 q3v (3)
(3)
1
ITERATION 4
6 5 2 0.933 10.273
u [ A]v 3 1 4 0.535 7.334
(4) (3)
1 10 3 1 9.283
1
u 10.273 0.714 q4 v (4)
(4)
0.904
Therefore, the largest eigen value and the corresponding eigen vector accurate to four
decimals places are
10.273
and
1
( X ) 0.714
0.904
Jacobi’s Method
Question 1
Using Jacobi’s method, find all the eigenvalues and the corresponding eigenvectors of the
following matrix,
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
2 2 1
Hence,
Rotation 1
Therefore
tan 2
2
2
π
θ=
4
Therefore, we construct an orthogonal matrix S1 such that,
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
D1 S11 AS1
12 1
2
0
1
Here, S1 = 12 1
2
0
0 0 1
So,
D1 S11 AS1
i.e.
12 1
2
0
1 2 2 2
1
1
2
0
2 1 2 1
D1 12 1
0 1
0
2 2 2
0 0 1
2 2 1 0 0 1
3 0 2.828
0 1 0
2.828 0 1
To check that we are right in our calculations, we can see that the sum of the diagonal
elements is, 3 1 1 3, which is same as the sum of the diagonal elements of the
original matrix A.
Rotation 2
For the second rotation we choose the largest off-diagonal element d13 d 31 2.828 , then
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
0.817 0 0.577
S2 1 = 0 1 0
0.577 0 0.817
Now the rotation 2 gives,
D2 S21D1S2
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
12 12 0 0.817 0 0.577
S 12 1
0 0 1 0
2
0
0 1 0.577 0 0.817
0.577 0.707 0.408
0.577 0.707 0.408
0.577 0 0.817
Therefore, the corresponding EigenVectors are
Interpolation
For a given table of values ( , ), 0,1,2,..., k k x y k= nwith equally spaced abscissas of a
function y= f(x),we define the forward difference operator Δ as follows,
These differences are called first differences of the function y and are denoted by the
symbol Δyi Here, Δ is called the first difference operator.
Similarly, rth Difference operator would be
Leading term =yo
Leading Diffenrence=∆y
Backward Difference Operators:
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Shift operator, E
Let y = f (x) be a function of x, and let x takes the consecutive values x, x + h, x + 2h, etc.
We then define an operator having the property
E f( x) = f(x+h)
Thus, when E operates on f (x), the result is the next value of the function. Here, E is
called the shift operator. If we apply the operator E twice on f (x), we get
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Forward Differences
Question 2
Construct a forward difference table from the following values of x and y.
x y ∆y ∆2y ∆ 3y ∆ 4y ∆ 5y ∆ 6y
1.0 2
1.5
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
-5.2 15.9
4 -11.3 41
2.3 -3.5
-0.8
2.2 5.7
Backward Differences
Question 2
Construct a backward difference table from the following values of x and y
.
x y ∆y ∆2y ∆ 3y ∆ 4y ∆ 5y ∆ 6y
1.0 2
1.5
1.2 3.5 -6.7
-5.2 15.9
1.4 -1.7 9.2 -27.2
4 -11.3 41
1.6 2.3 -2.1 13.8 -60.8
1.9 2.5 -19.8
1.8 4.2 0.4 -6
2.3 -3.5
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Question 2 marks
10
SOLUTION
For the given function, the values of y for the given values of x are calculated as
for x 1
f (1) (1)3 3(1) 2 5(1) 7 6
for x 0
f (0) (0)3 3(0) 2 5(0) 7 7
for x 1
f (1) (1)3 3(1) 2 5(1) 7 14
for x 2
f (2) (2)3 3(2) 2 5(2) 7 21
for x 3
f (3) (3)3 3(3) 2 5(3) 7 22
for x 4
f (4) (4)3 3(4) 2 5(4) 7 11
for x 5
f (5) (5)3 3(5) 2 5(5) 7 18
Forward difference table for the table of values of x and y f ( x) is shown below
x y ∆y ∆2y ∆ 3y ∆ 4y ∆ 5y ∆ 6y
-1 -6
-1
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Backward difference table for the table of values of x and y f ( x) is shown below
x y y 2 y 3 y 4 y 5 y 6 y
-1 -6
-1
0 -7 -6
-7 6
1 -14 0 0
-7 6 0
2 -21 6 0 0
-1 6 0
3 -22 12 0
11 6
4 -11 18
29
5 18
Divided Differences
Question 1 marks
10
For the following table of values, estimate f (2.5) using Newton’s forward difference
interpolation formula.
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
SOLUTION
Forward difference table for the given values of x and y is shown below
x y ∆y ∆2y ∆ 3y ∆ 4y ∆ 5y ∆ 6y
1 1
7
2 8 12
19 6
3 27 18 0
37 6 0
4 64 24 0 0
61 6 0
5 125 30 0
91 6
6 216 36
127
7 343 42
169
8 512
p( p 1) 2 p( p 1)( p 2) 3
yx y0 py0 y0 y0
2! 3!
p( p 1)( p 2)( p 3) 4 p( p 1)( p 2)........( p n 1) n
y0 y0
4! n!
Here
x x0 2.5 1 1.5
p 1.5
h 1 1
And
y0 1, y0 7, 2 y0 12, 3 y0 6, 4 y0 5 y0 6 y0 0
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
p( p 1) 2 p( p 1)( p 2) 3
yx y0 py0 y0 y0
2! 3!
1.5(1.5 1) 1.5(1.5 1)(1.5 2)
1 1.5(7) (12) (6)
2! 3!
1 10.5 4.5 0.375
15.625
i.e.
y2.5 15.625
===========================================================
Question 2 marks
10
Compute f (1.5) for the following data by using Newton’s divided difference interpolation
formula.
x 1 2 4 5 8
f ( x) 5 14 28 45 92
SOLUTION
The divided difference table for the given data is given by
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Question 3 marks
10
x 1 2 3 4 5 6
y 3 9 17 27 40 55
SOLUTION
Backward difference table for the given values of x and y is shown below
x y y 2 y 3 y 4 y 5 y
1 3
6
2 9 2
8 0
3 17 2 1
10 1 -3
4 27 3 -2
13 -1
5 40 2
15
6 55
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
1 2 yn 3 yn 4 yn 5 yn
yn yn
h 2 3 4 5
1 2 1 2 3
y(6) 15
1 2 3 4 5
15 1 0.333 0.5 0.6
14.567
5 5
yn
1
h2
2
y n 3
y n
11 4
12
y n
6
yn
Therefore
1 11 5
y // (6) 2 [2 (1) (2) (3)]
1 12 6
2 1 1.833 2.5
3.333
Question 1
Marks 10
Find the interpolating polynomial for the following data by
a) Newton’s Forward Difference Formula
b)Lagrange’s Formula
Hence show that both the methods give raise to the same polynomial.
x 0 1 2 3
y 1 3 7 13
Solution:
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Here,
x0 =0, y0 =1, y0 =2, 2 y0 =2, h =1
And p is given by
x x0 x 0
p x
h 1
Substituting these values in Eq.(2), we have
x( x 1)
y 1 x (2) (2)
2
1 2 x x( x 1)
1 2x x2 x
x2 x 1
Hence, the required polynomial is
y x2 x 1.
Yahan Tak Midterm K Papers Khatm Ho Gai
b) By Lagrange’s Formula
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
x3 6 x 2 11x 6 3x 3 15 x 2 18 x x 3 6 x 2 11x 6 3 x 3 15 x 2 18 x
y y
(1)(2)(3) (1)(1)(2) 6 2
7( x3 4 x 2 3 x) 13( x 3 3 x 2 2 x) 7 x 28 x 21x 13 x 39 x 2 26 x
3 2 3
+ +
(2)(1)(1) (3)(2)(1) 2 6
x 3 6 x 2 11x 6 3x 3 15 x 2 18 x 7 x 3 28 x 2 21x 13 x 3 39 x 2 26 x
y
6 2 2 6
x 6 x 11x 6 9 x 45 x 54 x 21x 84 x 63x 13x 39 x 2 26 x
3 2 3 2 3 2 3
6
y x2 x 1
Langrange’s Interpolation
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Numerical Integration
Trapezoidal Rule
Differential Equations
Taylor Series Method
Euler Method
Runge-Kutta Method
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Precision :
The extent of closeness of different measurement taken to estimate a certain
value. Suppose you have done different iterations to measure the root of an equation and
take different values as 2.1234, 2.1236, and 2.1238 these all the values are very close to
each other so these are very precise.
Regula –Falsi method :
It is also an iterative method and is a bracketing method and use intermediate
value property to get it’s initial guess. The formula used for this is xn+1=xn-(xn-xn-
1/f(xn)-f(xn-1))
Relative Error : It is the ratio of the absolute error to the actual value of the quantity.
Thus RE=AE=AE\|x*|
Relaxation method :
It is also an iterative method and in this method you solve the system of equation
by making the greatest residual to zero.
Root : If you have an equation f(x)=0 then the no a is said to be the root of the equation if
f(a)=0 Suppose you have an equation f(x)=x2-4 the 2 is a root of the equation as f(2)=4-
4=0
Secant Method :
The secant method is also an open method and it takes two initial values for it’s
first approximation, the formula used for this is known as xn+1={xn-1f(xn)-xnf(xn-
1)}/{f(xn)-f(xn-1)}
Significant digits :
A significant digit in an approximate no is a digit, which gives reliable information
about the size of the number. In other words a significant digit is used to express
accuracy, that Is how many digits in the no have meaning.
Singular matrix :
A matrix s said to be a singular matrix if the determinant of the matrix is zero
|A|=0,the inverse of the singular matrix do not exist.
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
x0 x1
x2
2
Muller Method
x0 2c
x
b b 2 4ac
in this formula x0,x1, x2 will be and U will just put the values according to the given
formulas.
h2 f 1 (h1 h 2) f 0 h1 f 2
a
h1h 2(h1 h 2)
f 1 f 0 ah12
b
h1
c f ( x0)
h1 x1 x0
h2 x0 x 2
x 2 x1
x3 x 2 f ( x 2)
f ( x 2) f ( x1)
f ( x0)
x1 x0
f ' ( x0)
Secant Method
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Newton’s Formula
1
x1 ( x0 n )
2 x0
in this formula
x0= 2 perfect square near to 12 such like 9 and 16
Graffee root squaring method
f ( x) f ( x) a32 x 6 (a2 2 2a1a3 ) x 4 (a12 2a0 a2 ) x 2 x02
===================================================================
Spring 2011 Latest Papers (Current)
Papers Number 01
Total 26 questions
20 mcqs
Question: What are the steps for finding the largest eigen value by power method?
Answer: Procedure
Step 1: Choose the initial vector such that the largest element is unity.
Step 2: The normalized vector is pre-multiplied by the matrix [A].
Step 3: The resultant vector is again normalized.
Step 4: This process of iteration is continued and the new normalized vector is
repeatedly pre-multiplied by the matrix [A] until the required accuracy is obtained.
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Check the Topic ”Each Topic with One Solved Question.” On page number 7
Check the Topic ”Each Topic with One Solved Question.” On page number 7
Check the Topic ”Each Topic with One Solved Question.” On page number 7
Papers Number 02
2 Questions of 2 marks
1 question was to find the value of p from the given table using Interpolation Newton's
forward Difference Formula.
Check the Topic ”Each Topic with One Solved Question.” On page number 7
2) we have to calculate the values of x, y and z for the given system of equations using
Gauss Siede iterative method taking initial solution vector as (0, 0, 0)t?
Check the Topic ”Each Topic with One Solved Question.” On page number 7
Both of the questions were to find the value of theta for the given matrices using Jacobi's
method ? 2x3 marks
Check the Topic ”Each Topic with One Solved Question.” On page number 7
1) Construct backward difference table for the given values ….5 marks
Check the Topic ”Each Topic with One Solved Question.” On page number 7
2) Find the solution of following system of Equations using Jacobi's iterative method upto
three decimal places ? 5 marks
83x+11y-4z=95
7x+52y+13z=104
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Papers Number 03
Check the Topic ”Each Topic with One Solved Question.” On page number 7
Check the Topic ”Each Topic with One Solved Question.” On page number 7
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
=========================================================>
Short Question (Set-2)
1.6
2x
1
dxx 2
Approximate the integral 1 using Simpson's 1/3 rule and calculate the percentage
error. (Take result up to 4 decimal places)
Note: In order to get full marks do all necessary steps.
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
2
f ( x) x
Let x , use cubic Lagrange interpolation based on the
x 0.5, x1 1, x2 2 and x3 2.5
nodes 0 to approximate f(1.5) and f(1.3).
Approximate the Dominant Eigenvalue and corresponding Eigenvector for the matrix
0 11 5
2 17 7
4 26 10
X 0 1,1,1
t
by using Power Method. Start with . (Five iterations only and take result up to 4
decimal places)
=========================================================>
Short Question (Set-4)
=========================================================>
Short Question (Set-5)
Question No: 7 ( Marks: 10 )
Interpolate the value of 0.25 using Newton’s forward difference formula.
x 0.2 0.3 0.4 0.5 0.6
F(x) 0.2304 0.2788 0.3222 0.3617 0.3979
(Perform all the necessary calculation missing calculation and steps may deduct marks.)
=========================================================>
Solved_MCQz
MCQz (Set-1)
Bisection and false position methods are also known as bracketing method and are
always
Divergent
Convergent pg no. 26
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
Singular
Every square non-singular matrix will have an inverse.
Scalar
Diagonal
Question No. 5
If f (x) contains trigonometric, exponential or logarithmic functions then
this equation is known as
Algebraic
Polynomial
Linear
Question No. 6
In interpolation is used to represent the δ
Forward difference ∆
Central difference
Backward difference
Question No. 7
The base of the decimal system is _______
10
0
2
8
None of the above.
Question No. 8
Question No: 2 ( Marks: 2 ) - Please choose one
Bisection method is ……………….. method
► Open Method
► Bracketing Method
=========================================================>
MCQz (Set-2)
Exact solution of 2/3 is not exists.
TRUE
FALSE
The Jacobi’s method is a method of solving a matrix equation on a matrix that has ____
zeros along its main diagonal.
no
atleast one
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
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
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
FALSE
=========================================================>
=========================================================>
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
If n x n matrices A and B are similar, then they have the different eigenvalues (with the
same multiplicities).
1. True
False
The Jacobi’s method is a method of solving a matrix equation on a matrix that has ____
zeros along its main diagonal.
No
1. At least one
Unity
1. zero
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
The Power method can be used only to find the eigen value of A that is largest in absolute
value—we call this eigen value the dominant eigen value of A.
True
1. False
True
1. False
If n x n matrices A and B are similar, then they have the different eigenvalues (with
the same multiplicities).
1. True
False
True
1. False
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
False
True
1. False
=========================================================>
MCQz (Set-8)
Question # 1 of 10 ( Start time: 10:22:24 AM ) Total Marks: 1
real
zero
positive
negative
TRUE
FALSE
TRUE
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
positive
negative
numerical
Analytical
Question # 6 of 10 ( Start time: 10:26:49 AM ) Total Marks: 1
The characteristics polynomial of a 3x 3 identity matrix is __________, if x is the eigen
values of the given 3 x 3 identity matrix. where symbol ^ shows power.
Select correct option:
(x-1)^3
(x+1)^3 i m not sure about this answer
x^3-1
x^3+1
Question # 7 of 10 ( Start time: 10:28:08 AM ) Total Marks: 1
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
FALSE
main diagonal
last column
last row
first row i m not sure about this answer
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)
lOMoARcPSD|42838227
TRUE
FALSE
TRUE
FALSE
=========================================================>
MCQz (Set-12)
=========================================================>
MCQz (Set-13)
=========================================================>
Share your feedback/comments at pak.nchd@gmail.com to improve file|| Back to TOP || File Version v1.5.23 published for Midterm only
Downloaded by Kamran (kamran473473@gmail.com)