Understanding the Product of Elementary Matrices

In summary, the author is explaining how to work out the product of two elementary matrices using row operations. He provides a document that demonstrates this process. However, he is confused by the explanation given and asks for help from those more familiar with the topic.
  • #1
foreverdream
41
0
I am currently studying pure mathematics and one of the topic is working out product of elemnetry matrix.

My original question in follow up exercise was to work out inverse of the matrix and I did following ( please see attached document) and that's exactly what the answer at the back of the book is. However when trying to work out a product of elementry matrices I am utterly confused as the explanation given doesn't make sense to me.

I know you apply same row operation but can someone please have a look at this and tell me bit more explicitly to help me understand this better as this is a very new topic to me

(PLEASE NOTE THIS IS NOT HOMEWORK HELP)
 
Last edited:
Physics news on Phys.org
  • #2
I, like many other people, do not have Microsoft Word on my computer and so cannot open that file.
 
  • #3
Ok will post pdf
 
  • #4
here it is - hope you can read pdf and help me thanks
 
Last edited:
  • #5
Elementary matrices represent row operations on a matrix. For example, given:

[tex]A=\pmatrix{1 & 2\\-2 &1}[/tex]

Adding 2 times row 1 to row 2 is the same as multiplying A on the left by:

[tex]E_1 = \pmatrix{1 & 0\\2 & 1}[/tex]

We get [itex]\pmatrix{1 & 0\\2 &1}\pmatrix{1 & 2\\-2 &1} = \pmatrix{1 & 2\\0 &5}[/itex]

Then we wish to divide row 2 by 5. The corresponding matrix is:

[tex]E_2=\pmatrix{1 & 0\\0 &1/5}[/tex]

And so: [itex]\pmatrix{1 & 0\\0 &1/5}\pmatrix{1 & 0\\2 &1}\pmatrix{1 & 2\\-2 &1} = \pmatrix{1 & 2\\0 &1}[/itex]

Finally, add -2 times row 2 to row 1 to get the identity matrix. The matrix is:

[tex]E_3=\pmatrix{1 & -2\\0 &1}[/tex]

So we have [itex]E_3E_2E_1A = I[/itex]

Hence [itex]E_3E_2E_1 = A^{-1}[/itex]
 
  • #6
Thanks for this. It does make sense but could you please look at what I just posted as that doesn't make any sense to me. Thanks
 
  • #7
each row operation corresponds to a multiplication on the left of A by some matrix P.

for example, with a 3x3 matrix, switching row 1 and row 2 is multiplication by the matrix P =

[0 1 0]
[1 0 0]
[0 0 1].

now, if by doing successive row-operations, we get:

Pn...P2P1A = I,

then all the P's together must multiply to A-1, because that's what an inverse is:

a matrix B such that BA = I (and also AB = I, one could use column operations instead).

so performing the P's on I, gives us:

Pn...P2P1I = Pn...P2P1 = A-1
 
  • #8
Thank you it's clear now
 

FAQ: Understanding the Product of Elementary Matrices

What is an elementary matrix?

An elementary matrix is a square matrix that is obtained by performing a single elementary row operation on an identity matrix. There are three types of elementary row operations: interchanging two rows, multiplying a row by a non-zero scalar, and adding a multiple of one row to another row.

What is the purpose of an elementary matrix?

The purpose of an elementary matrix is to simplify matrix operations, such as matrix multiplication and inverse calculations. By using elementary matrices, we can perform row operations on a matrix without changing its row space, column space, or determinant.

How is a product of elementary matrices calculated?

The product of elementary matrices is calculated by multiplying the elementary matrices in the same order that their corresponding row operations were performed. This means that the product of elementary matrices is equivalent to the row operation that is obtained by performing all of the individual row operations in sequence.

Can any matrix be written as a product of elementary matrices?

Yes, any square matrix can be written as a product of elementary matrices. This is known as the LU decomposition or the LU factorization. It is a useful tool in linear algebra and can be used to solve systems of linear equations.

How does the product of elementary matrices affect the determinant of a matrix?

The product of elementary matrices does not affect the determinant of a matrix. This is because elementary matrices are invertible, and the determinant of a product of matrices is equal to the product of their determinants. Since the determinant of an elementary matrix is always 1, the product of elementary matrices will not change the determinant of the original matrix.

Similar threads

Replies
9
Views
2K
Replies
1
Views
1K
Replies
14
Views
2K
Replies
2
Views
2K
Replies
48
Views
5K
Back
Top