- #1
jimmypoopins
- 65
- 0
Hello all, I'm taking my first year in linear algebra and I'm having some issues understanding how to deal with some problems involving elementary matrices.
First off, i have a set of problems that ask to find the elementary matrix E such that AE=B, and secondly i have a set of problems asking to find the elementary matrix E such that EA=B. I've reread this section in the book a couple of times and there isn't much about matrix algebra involving elementary matrices, other than the fact that they do row operations on matrices. How exactly am i supposed the row operations in these sets of problems?
For example, one problem is
Find an elementary matrix E such that EA=B
[tex]A=\left(\begin{array}{ccc}2&1&3\\-2&4&5\\3&1&4\end{array}\right), B=\left(\begin{array}{ccc}2&1&3\\3&1&4\\-2&4&5\end{array}\right)[/tex]
it's obvious to me that row's 2 and 3 are switched in A to make B, but how do i know what elementary matrix does that? The back of the book says that
[tex]E=\left(\begin{array}{ccc}1&0&0\\0&0&1\\0&1&0\end{array}\right)[/tex]
and after performing the matrix multiplication i get it, but there has to be a better way to learn how to do it (especially since i don't know how to do the other problems in the set without looking in the back of the book).
Also,
Find an elementary matrix E such that AE = B
[tex]A=\left(\begin{array}{ccc}4&-2&3\\-2&4&2\\6&1&-2\end{array}\right), B=\left(\begin{array}{ccc}2&-2&3\\-1&4&2\\3&1&-2\end{array}\right)[/tex]
the back of the book states that
[tex]E=\left(\begin{array}{ccc}1/2&0&0\\0&1&0\\0&0&1\end{array}\right)[/tex]
column 1 is halved in the transformation from A to B, so that makes sense, however there is another problem (from the same AE = B set)
[tex]A=\left(\begin{array}{cc}2&4\\1&6\end{array}\right), B=\left(\begin{array}{cc}2&-2\\1&3\end{array}\right)[/tex]
here column 2 is halved and negative, so i'd assume the elementary matrix to be similar to the one in the first problem, but the back of the book says it is
[tex]E=\left(\begin{array}{cc}1&-3\\0&1\end{array}\right)[/tex]
can anyone point me in the right direction here? even a link to a site that explains it well would be helpful. thank you for your time.
First off, i have a set of problems that ask to find the elementary matrix E such that AE=B, and secondly i have a set of problems asking to find the elementary matrix E such that EA=B. I've reread this section in the book a couple of times and there isn't much about matrix algebra involving elementary matrices, other than the fact that they do row operations on matrices. How exactly am i supposed the row operations in these sets of problems?
For example, one problem is
Find an elementary matrix E such that EA=B
[tex]A=\left(\begin{array}{ccc}2&1&3\\-2&4&5\\3&1&4\end{array}\right), B=\left(\begin{array}{ccc}2&1&3\\3&1&4\\-2&4&5\end{array}\right)[/tex]
it's obvious to me that row's 2 and 3 are switched in A to make B, but how do i know what elementary matrix does that? The back of the book says that
[tex]E=\left(\begin{array}{ccc}1&0&0\\0&0&1\\0&1&0\end{array}\right)[/tex]
and after performing the matrix multiplication i get it, but there has to be a better way to learn how to do it (especially since i don't know how to do the other problems in the set without looking in the back of the book).
Also,
Find an elementary matrix E such that AE = B
[tex]A=\left(\begin{array}{ccc}4&-2&3\\-2&4&2\\6&1&-2\end{array}\right), B=\left(\begin{array}{ccc}2&-2&3\\-1&4&2\\3&1&-2\end{array}\right)[/tex]
the back of the book states that
[tex]E=\left(\begin{array}{ccc}1/2&0&0\\0&1&0\\0&0&1\end{array}\right)[/tex]
column 1 is halved in the transformation from A to B, so that makes sense, however there is another problem (from the same AE = B set)
[tex]A=\left(\begin{array}{cc}2&4\\1&6\end{array}\right), B=\left(\begin{array}{cc}2&-2\\1&3\end{array}\right)[/tex]
here column 2 is halved and negative, so i'd assume the elementary matrix to be similar to the one in the first problem, but the back of the book says it is
[tex]E=\left(\begin{array}{cc}1&-3\\0&1\end{array}\right)[/tex]
can anyone point me in the right direction here? even a link to a site that explains it well would be helpful. thank you for your time.
Last edited: