For 2×2 matrix A = [[2,3],[1,4]], A⁻¹ =
A[[1/2,1/3],[1,1/4]]
BI
C(1/|A|) × [[4,-3],[-1,2]] = (1/5)[[4,-3],[-1,2]]
DSame as A
Answer & Solution
Correct answer: C. (1/|A|) × [[4,-3],[-1,2]] = (1/5)[[4,-3],[-1,2]]
|A| = 8 - 3 = 5. A⁻¹ = (1/|A|) × adj(A). For 2×2 [[a,b],[c,d]]: adj = [[d,-b],[-c,a]]. So A⁻¹ = (1/5)[[4,-3],[-1,2]].
Related questions
Three points $(1, 2), (3, 4), (5, 6)$ on the school graph paper are:If $A$ is a $3\times 3$ matrix with $|A| = 5$, then $|A^{-1}|$ is:Swapping two rows of a determinant changes its value by a factor of:The determinant of $\begin{pmatrix}3 & 2 \\ 1 & 4\end{pmatrix}$ is:A square matrix $A$ has an inverse if and only if:A square matrix $A$ is symmetric if:The transpose of $A^T$ is:The product of a matrix $A$ of order $2\times 3$ and $B$ of order $3\times 4$ has order: