Assignment 3 2021
Assignment 3 2021
Q.3 Find the real positive root of 3x − cos x − 1 = 0 using Newton-Raphson method
correct up to six decimal places which lies between 0 and 1. [Ans:0.6071]
Q.4 Find the real positive root of x = cos x using Newton-Raphson method. [Ans:0.7390]
Q.5 Find the real positive root of 4x = ex using Newton-Raphson method lying between
2 and 3. [Ans:2.1532]
Q.6 Find the real positive root of xex = 1 using Secant method lying between 0 and 1.
[Ans:0.5671]
Q.7 Find the real root of 4e−x sin x − 1 = 0 using both Secant method and Newton-
Raphson method lying between 0 and 0.5. [Ans:0.3706]
Q.8 Solve the following system of equations using all four methods viz. Gauss elimina-
tion and Gauss Jordan method, Jacobi’s method and by Gauss-Seidel method.
Q.10 State whether the given statement is true or false. If true, prove/justify the statement
and if false, give a counter example. (CO 2,3,4)
1
b. 2 equations in 3 unknowns cannot have exactly one solution.
c. A system of equations could have exactly 2 solutions.
d. If there is a pivot in every row of matrix A then AX = b is always consistent.
e. If the augmented matrix has a pivot in the last column, then AX = b is inconsis-
tent.
f. If A has a row of 0′ s, then AX = b is inconsistent ∀ b.
g. AX = 0 is always consistent.
a. 3x + y + z = 0
b. 3x + y + z = 0; x + y + z = 0
c. −2x + 3y + z + 4w = 0; x + y + 2z + 3w = 0; 2x + y + z − 2w = 0
Q.14 Show that following system have only trivial solutions: (CO 3)
a. 4x − 7y + 3z = 0; x + y = 0; y − 6z = 0.
b. 7x − 2y + 5z + w = 0; x − y + z = 0; y − 2z + w = 0; x + z + w = 0.
c. 3x + 4y − 2z = 0; x + y + z = 0; −x − 3y + 5z = 0
Q.15 Determine whether the following systems of equations are consistent or not. If con-
sistent, determine the complete solution set by Gauss elimination method.
(CO 3)
2
Q.17 Let p(x) = a0 + a1 x + a2 x2 . Choose ai such that p(1) = b1 , p(2) = b2 , p(3) = b3 .
Is this choice unique? (CO 3)