#linear algebra inverse of matrix problem
26 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
Question seems wrong
A and B are inverses of one another iff AB = BA = I
the question is wrong if none of the options satisfy this requirement
It's not, WA verifies it's a)
what I'm confused about is this
why are we given this information?
sure you can manipulate it
$$ A(A^2-6A+5I) = -11I $$
aL
which also shows what the inverse is
the inverse is unique, so it can be determined from it
The charpoly here is $\chi_A = -X^3 + 6X^2 - 5X - 11$. This tells us that $\det(A) = -11$. Now $A^{-1} = \frac{1}{\det(A)} \tilde A$ where $\tilde A$ is the adjugate matrix. \ \hr \ Now what's left is just to compute $\tilde{a_{ij}}$ for an entry that differs in the answers. Seems that is $\tilde{a_{32}}$. So: [\tilde{a_{32}} = (-1)^{3 + 2} \cdot \det(A^{23}) = - \det \mrm{1 & 1 \ 2 & -1} = 3.] So $a_{32}^{-1} = \frac{1}{-11} \tilde {a_{32}} = \frac{1}{11} \cdot (-3)$. Thus it has to be (a).
Failed
?
??? Where is latex drawn?
Here