Search for question
Question

Recall that not all matrices have an inverse. A matrix is singular (1.e., itdoesn't have an inverse) if its determinant equals 0 (i.e.,\A| = 0). Use thedeterminant function to test

whether each of the following matrices has aninverse: A=\left[\begin{array}{cc} 2 & -1 \\ 2 & 5 \end{array}\right], \quad B=\left[\begin{array}{ll} 4 & 2 \\ 2 & 1 \end{array}\right], \quad C=\left[\begin{array}{ccc} 2 & 0 & 0 \\ 1 & 2 & 2 \\ 5 & -4 & 0 \end{array}\right] If an inverse exists, compute it.

Fig: 1

Fig: 2

Fig: 3