Da 1
Da 1
Find the negative root of the equation 5𝑥 3 + 10𝑥 2 − 𝑥 + 13 = 0 correct to four decimal
places by fixed point method. Give the proper justification for the choice of ∅(𝑥). Is the initial
value is suitable to the given problem? Justify.
2. Using Newton Raphson Method find the solution of the equation 2𝑥 3 − 𝑥 2 − 5𝑥 − 2 = 0 . Try
to give the justification for the given initial value.
3. By using Newton Raphson Method solve the following system of equations 𝑥 + 𝑥𝑦 + 4 = 0 and
𝑥 2 + 2𝑦 − 3 = 0 with the initial solution (2,-2).
4. (a) Consider the following system of equation 10x+y+4z=10, x+y+5z=5 and 2x+6y+3z=12. Find
the solution to the given system by using Gauss Seidel Method
(b) Consider the following system of equations 7x+y+4z=10, 2x+7y+az=12 and bx+y+5z=5 in the
given order. Write possible values of a and b (a, b>0) for which the given system is suitable to
apply the Gauss Seidel Method.
12 1 8
5. (a) Find the dominant Eigen value of the following matrix 𝐴 = ( 8 4 1) and write down the
1 7 1
corresponding Eigen vector. Give your results upto two decimal places of approximation
(b) Give proper justification of the initial vector which you have chosen
(c) Suppose {5, -5, 6}, {1,9,15} and {1,-2, 3} are the Eigen values of any matrix A, B and C
respectively. Write down the dominant Eigen value in each of the matrices. For which matrix the
sequence of Eigen values will converge faster if Power method is applied?
8 0 2
6. (a) Find all Eigen values and Eigen vectors of the Matrix 𝐴 = (0 −4 0) by Jacobi method (4
2 0 8
marks )
2 4 6 𝑎 4 8
(b) Write the LU decomposition of the matrix = (3 8 12) . Consider the Matrices 𝐴 = (3 8 14)
2 6 13 2 6 13
2 4 8
and 𝐵 = (3 𝑏 14). For what minimum vales of a and b (a,b>0) the matrices cannot be written in the
2 6 13
form of LU decomposition? Justify your answer.
7. The input (𝑥𝑖 ) and output (𝑦𝑖 ) of an experiment at each stage (i) has been recorded as follows.
i 0 1 2 3 4 5 6
𝑥𝑖 1 3 6 7 8 10 12
𝑦𝑖 14 16 15 23 12 16 20
𝑥 17 19 21 23 25 27
𝑦 12 24 48 76 190 213
x -8 0 8
y 7 4 -1