Find the matrix A https://i.imgur.com/GH3K93s.png How do I solve this?
\(\large (A^{-1})^T = (A^T)^{-1}\)
may be work it out by undoing the operations - start by taking the transpose both sides
\[ \left(5A\right)^T = \left[ \begin{array}{cc} 2&-3 \\ -1&4 \\ \end{array} \right]^{-1} \]
\[ 5A = \left[ \begin{array}{cc} 2&-1 \\ -3&4 \\ \end{array} \right]^{-1} \]
How do I deal with the inverse in this problem?
so I assume I cant just divide both sides by 1/5
why not... 5A = t means A = t/5 right
I mean to get the answer
Can I just take the inverse of the inverse on the right to get the answer?
\[A = \dfrac{1}{5} \left[ \begin{array}{cc} 2&-1 \\ -3&4 \\ \end{array} \right]^{-1}\]
yes just take the inverse
Ok thats what I suspected, I make so many arithmetic errors its probably why I didnt get the correct answer in the first place
thanks, I used the Identity algorithm for some reason
np :) btw whats an identity algorithm ?
Its just when you set up the augmented matrix, [A | I ] -> row operations -> [ I | A^-1 ]
aahh row operations got you :)
Join our real-time social learning platform and learn together with your friends!