Numerical Methods Questions and Answers – Matrix Inversion

This set of Numerical Methods Multiple Choice Questions & Answers (MCQs) focuses on “Matrix Inversion”.

1. The inverse of a matrix exists if and only if it is a non-singular matrix.
a) True
b) False
View Answer

Answer: a
Explanation: The inverse exists for a non-singular matrix because for a singular matrix, the value of determinant is zero, which in turn makes the value of inverse according to the following relation:
A-1 = Adj (A)/|A|

2. Matrix inverse in for systems of equation is used to determine which of the following?
a) identified set of equation
b) variable set of equation
c) solution set of equations
d) constant set of equations
View Answer

Answer: c
Explanation: It is used to determine solution set of equations, by using different methods like Cramer’s rule, Gauss Jordan, etc.

3. Matrix which does not have an inverse by solving it, is classified as which of the following?
a) unidentified matrix
b) linear matrix
c) non-singular matrix
d) singular matrix
View Answer

Answer: d
Explanation: This is because singular matrices do not have inverse, because the value of their determinant is zero.
advertisement
advertisement

4. Multiplicative inverse matrix generalized form to solve is which of the following?
a) AA-1 = A-1A = I
b) AA-2 = A-3A = I
c) 3AA4 = A-1A = I
d) AA-1 = 2A-5A = Q
View Answer

Answer: a
Explanation: This is because product of a matrix and its inverse is always an identity matrix.

5. Which of the following relation describes the solution of system of equation in form of AX = B?
a) A-1AX = A-1B
b) B-1AX = A-1B
c) AB-1AX = AB-1X
d) X-1AB = A-1BX
View Answer

Answer: a
Explanation: We have, A-1AX = A-1B which is same as X = A-1B, and this is the primary relation employed for finding inverse.
Note: Join free Sanfoundry classes at Telegram or Youtube

6. Equations are linearly dependent, in a system of linear equations, if and only if?
a) A-2 must exists
b) A-1 does not exist
c) A-3 does not exist
d) A-4 must exist
View Answer

Answer: b
Explanation: If the equations are linearly dependent, the determinant of the matrix would be zero and hence, no inverse exists for such a matrix.

7. Find inverse of the following matrix?
\(\begin{bmatrix}1&-1&1\\1&1&1\\1&2&4\end{bmatrix}\)
a) 1/6 \(\begin{bmatrix}1&-1&1\\1&1&1\\1&2&4\end{bmatrix}\)
b) 1/6 \(\begin{bmatrix}1&1&1\\5&-1&6\\1&6&4\end{bmatrix}\)
c) 1/6 \(\begin{bmatrix}1&-1&1\\8&1&6\\1&2&4\end{bmatrix}\)
d) 1/6 \(\begin{bmatrix}1&1&1\\0&-1&1\\1&3&4\end{bmatrix}\)
View Answer

Answer: a
Explanation: We have, the minor of the (1, 1) entry is \(\begin{vmatrix}1&1\\2&4\end{vmatrix}\)
The minor of the entry (1, 2) is\(\begin{vmatrix}1&1\\1&4\end{vmatrix}\)
Repeating this process, the matrix of minors is
\(\begin{pmatrix}2&3&1\\-6&3&3\\-2&0&2\end{pmatrix}\).
Next we negate every other entry, according to the pattern
\(\begin{pmatrix}+&-&+\\-&+&-\\+&-&+\end{pmatrix}\).
The matrix of minors becomes
\(\begin{pmatrix}2&-3&1\\6&3&-3\\-2&0&2\end{pmatrix}\).
Transposing, we get \(\begin{pmatrix}2&6&-2\\-3&3&0\\1&-3&2\end{pmatrix}\).
In order to divide by the determinant we must first compute it.
We can compute that det = 6.
Hence,
A-1 = \(\frac{1}{6}\begin{pmatrix}2&6&-2\\-3&3&0\\1&-3&2\end{pmatrix}\).
advertisement

8. Solve the following equation by matrix inversion.
\(\begin{pmatrix}2&3\\10&16\end{pmatrix}\) \(\begin{pmatrix}x\\y\end{pmatrix}\) = \(\begin{pmatrix}1\\2\end{pmatrix}\)
a) \(\begin{pmatrix}8\\-5\end{pmatrix}\)
b) \(\begin{pmatrix}5\\-3\end{pmatrix}\)
c) \(\begin{pmatrix}6\\-7\end{pmatrix}\)
d) \(\begin{pmatrix}9\\-5\end{pmatrix}\)
View Answer

Answer: b
Explanation: We observe that this matrix equation is in the standard form Ax=b, where
A = \(\begin{pmatrix}2&3\\10&16\end{pmatrix}\)
X = \(\begin{pmatrix}x\\y\end{pmatrix}\)
b = \(\begin{pmatrix}1\\2\end{pmatrix}\)
The determinant of A is 2(16) – 3(10) = 2.
Hence,
A-1 = \(\begin{pmatrix}8&-3/2\\-5&1\end{pmatrix}\)
The solution to the linear system is given by x = A-1b.
X = \(\begin{pmatrix}8&-3/2\\-5&1\end{pmatrix}\)\(\begin{pmatrix}1\\2\end{pmatrix}\)
Computing the matrix multiplication,
X = \(\begin{pmatrix}x\\y\end{pmatrix}\) = \(\begin{pmatrix}8(1) -3/2(2)\\-5(1) +1(2)\end{pmatrix}\) =\(\begin{pmatrix}5\\-3\end{pmatrix}\).

9. Non square matrices do not have inverse.
a) True
b) False
View Answer

Answer: a
Explanation: Solving for an inverse needs an adjoint and a determinant which are found only for the square matrices.
advertisement

10. What is the drawback of finding inverse by adjoint method?
a) It needs a lot of calculations
b) It gives incorrect answers
c) It assumes certain values
d) It is solved by approximating certain values
View Answer

Answer: a
Explanation: The main drawback is that it needs a lot of calculations and hence it is lengthy, so new faster methods are developed to remove this drawback.

Sanfoundry Global Education & Learning Series – Numerical Methods.

To practice all areas of Numerical Methods, here is complete set of 1000+ Multiple Choice Questions and Answers.

If you find a mistake in question / option / answer, kindly take a screenshot and email to [email protected]

advertisement
advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.