Understanding the Product of Elementary Matrices

  • Context: Undergrad 
  • Thread starter Thread starter foreverdream
  • Start date Start date
  • Tags Tags
    Matrix Product
Click For Summary

Discussion Overview

The discussion revolves around understanding the product of elementary matrices and their role in performing row operations on matrices. Participants explore the relationship between elementary matrices and matrix inverses, as well as the application of these concepts in pure mathematics.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification

Main Points Raised

  • One participant expresses confusion regarding the product of elementary matrices and seeks clarification on the topic.
  • Another participant explains that elementary matrices represent row operations and provides an example of how to apply these operations to a given matrix.
  • A different participant describes how each row operation corresponds to multiplication by a specific matrix, illustrating the process with a 3x3 matrix example.
  • There is a mention of the relationship between the product of elementary matrices and the inverse of a matrix, emphasizing that the product of the matrices used in row operations results in the inverse of the original matrix.
  • One participant acknowledges that the explanation provided makes sense to them after further clarification.

Areas of Agreement / Disagreement

Participants generally agree on the role of elementary matrices in performing row operations and their connection to matrix inverses. However, initial confusion exists regarding the application of these concepts, which some participants seek to clarify.

Contextual Notes

Some participants faced limitations in accessing shared documents, which may have affected the clarity of the discussion. Additionally, the discussion includes varying levels of understanding and familiarity with the topic of elementary matrices.

Who May Find This Useful

Readers interested in linear algebra, particularly those studying matrix operations and inverses, may find this discussion beneficial.

foreverdream
Messages
41
Reaction score
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
I, like many other people, do not have Microsoft Word on my computer and so cannot open that file.
 
Ok will post pdf
 
here it is - hope you can read pdf and help me thanks
 
Last edited:
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]
 
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
 
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
 
Thank you it's clear now
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K