Mid-Semester Question CHC503 2022
Mid-Semester Question CHC503 2022
MID-SEMESTER EXAMINATION
SEMESTER: MONSOON, SESSION: 2022-2023
Is it possible to calculate the inverse of the above matrix? If yes, calculate the inverse
of the matrix. If not, explain why it is not possible.
2. Both Gauss-Siedel and Gauss elimination methods are aimed at solving system of linear
equations. However, they differ fundamentally in their approaches. State and explain
this difference (answer in 3-6 sentences). (2 marks)
1
5. Both regula-falsi and secant methods have identical formula for calculating the refined
estimates of the roots. Then, what is the essential difference between the two methods?
(answer in 3-6 sentences) (2 marks)
f ( x ) = −2 x 6 − 1.6 x 4 + 12 x + 1
Use bisection method to estimate that value of x where f ( x ) becomes optimum (i.e., you
need to estimate that value of x at which f ( x ) will become either maximum or minimum).
NOTE THAT YOU ARE NOT ASKED TO FIND THE ROOT OF THE EQUATION
f ( x ) = 0 . Start with a = 0 and b = 1 as the initial points for the bisection method, carry
out three iterations, and state your result (it is fine even if you do not get an accurate
estimate of x after three iterations; you need not do any further iterations).