Practice: Matrix Inverse

checklist
Mark Yourself Question
  1. Grab a piece of paper and try this problem yourself.
  2. When you're done, check the "I have answered this question" box below.
  3. View the solution and report whether you got it right or wrong.
Find the inverse of the following matrices:
a.) A=[4534]A=\begin{bmatrix} 4&5\\ 3&4 \end{bmatrix}


b.) B=[120241132]B=\begin{bmatrix} -1&-2&0\\ 2&4&1\\ 1&3&-2 \end{bmatrix}


2. Find all values of k for which the matrix [261k222]\begin{bmatrix} 2&-6\\ -1&k^2-22 \end{bmatrix} has no inverse.


3. Find all values of k so that the matrix [20031021k]\begin{bmatrix} -2&0&0\\ 3&1&0\\ 2&-1&k \end{bmatrix} has an inverse.


4. Let [3104]\begin{bmatrix} 3&-1\\ 0&4 \end{bmatrix} be the inverse of the matrix [abcd]\begin{bmatrix} a&b\\c&d \end{bmatrix} . Find the solution to the following system of linear equations:
ax+by=2cx+dy=2\begin{array}{} ax+by=-2\\ cx+dy=2 \end{array}


5. Solve the following system of linear equations using the method of inverse.
3x+4y=12xy=0\begin{array}{} 3x+4y=1\\ -2x-y=0 \end{array}


6. If A=[abcdefghi]A= \begin{bmatrix} a&b&c\\ d&e&f\\ g&h&i \end{bmatrix} is an invertible matrix and C=AA1C=AA^{-1}, find the first row of CC .


7. Solve for AA in the following equation:
A[1225]=I2[2302]A\begin{bmatrix} -1&2\\ 2&-5 \end{bmatrix} = I_2-\begin{bmatrix} 2&-3\\ 0&2 \end{bmatrix}
More Solving Matrix Equations Questions:
More Matrix Inverse Algorithm Questions: