Inverse Matrix and Composition of Matrices: Solving Homework Problems

teme92
Messages
185
Reaction score
2

Homework Statement



a) Find the inverse of the matrix:
\begin{pmatrix}1 &amp; 2 &amp; 0\\<br /> 2 &amp; 0 &amp; 1\\<br /> 1 &amp; 1 &amp; 2\end{pmatrix}

(sorry I don't know how to show a matrix more clearly on this)

b) Write A and A-1 as a composition of matrices of the form Rij(k), Tij and D22(k)

Homework Equations





The Attempt at a Solution



So I've done part (a) and ended up with the inverse as:

\begin{pmatrix}1/7 &amp; 4/7 &amp; -2/7\\<br /> 3/7 &amp; -2/7 &amp; 1/7\\<br /> -2/7 &amp; -1/7 &amp; 4/7\end{pmatrix}

(sorry again)

My problem is, I don't understand part (b). Any help would be much appreciated.
 
Last edited:
Physics news on Phys.org
Code:
[tex]
\begin{pmatrix}
1 & 2 & 3 & 4\\
a & b & c & d\\
x & y & z & w
\end{pmatrix}
[/tex]
yields
<br /> \begin{pmatrix}<br /> 1 &amp; 2 &amp; 3 &amp; 4\\<br /> a &amp; b &amp; c &amp; d\\<br /> x &amp; y &amp; z &amp; w<br /> \end{pmatrix}<br />

When you say "I don't understand part (b)" does that mean that you don't know what is meant with Rij(k), Tij and D22(k) ?
 
Hey BvU,

Thanks for showing me that, I've edited it there now so it should be easier to read. Yes, I don't understand that. I also don't understand what it means when it say wrote them as a composition. Thanks for the help again
 
Oops, caught with my pants down. I don't know either.:redface:
So now you will have to find out what is meant. Do you have a syllabus or a textbook ?

Composition is easy to find, though: ##(T \circ S) (x) \equiv T(S(x))##
 
I don't know what these are, either. Please show us how these are defined: Rij(k), Tij and D22(k).

(Shouldn't that last one be D33(k)?)
 
It's ok at least you tried to help :). I don't have a textbook or a particular syllabus no. I'm doing past exam questions for my Linear Algebra course and I came across this
 
And Mark44, its says 22 in the question.
 
teme92 said:
It's ok at least you tried to help :). I don't have a textbook or a particular syllabus no. I'm doing past exam questions for my Linear Algebra course and I came across this
Without knowing what the notation means, there's no way we can help you with this problem.

teme92 said:
And Mark44, its says 22 in the question.
We don't have enough information to determine whether D22(k) is a typo or even what it means, if it's not a typo.
 
Back
Top