Linear Algebra - Elimination Matrix when Permutation Needed

Click For Summary
SUMMARY

The discussion centers on the correct formulation of the final elimination matrix when a permutation matrix is involved in the row reduction process of a matrix A. The consensus is that the final elimination matrix E should include the permutation matrix, expressed as E = P_4,3 * E_2,1 * E_1,1. This conclusion is supported by the need to account for all transformations applied to the matrix, including row swaps. Users are encouraged to verify this by testing with specific examples.

PREREQUISITES
  • Understanding of elimination matrices in linear algebra
  • Familiarity with permutation matrices and their role in row operations
  • Knowledge of reduced row echelon form (RREF)
  • Basic proficiency in matrix multiplication
NEXT STEPS
  • Explore the properties of elimination matrices in linear transformations
  • Learn about the implications of row swaps in matrix factorization
  • Study examples of matrix reduction to RREF using both elimination and permutation matrices
  • Investigate the application of these concepts in solving linear systems
USEFUL FOR

Students and educators in linear algebra, mathematicians focusing on matrix theory, and anyone involved in computational mathematics or algorithm design related to matrix operations.

YoshiMoshi
Messages
233
Reaction score
10

Homework Statement



I feel like I should know the answer to this, so I believe this to be an easy question. Say have matrix A, and I store the elimination matrices E_1,1 E_2,1 etc. and somewhere in the elimination process I have to use a permutation matrix to swap rows. My question is when I find the the final elimination matrix in which I multiply together all elimination matrices I used to get down to reduce row echelon form, do I also multiply by the permutation matrix?

Example:
I have [A] and than I multiply by E_1,1.
Then I multiply by E_2,1
Then I multiply by P_4,3 and am now in reduce row ecehlon form
when I go to find E is it
E = P_4,3 * E_2,1 * E_1,1
or is it just
E = E_2,1 * E_1,1

Thanks for any help.

Homework Equations

The Attempt at a Solution

 
Physics news on Phys.org
YoshiMoshi said:

Homework Statement



I feel like I should know the answer to this, so I believe this to be an easy question. Say have matrix A, and I store the elimination matrices E_1,1 E_2,1 etc. and somewhere in the elimination process I have to use a permutation matrix to swap rows. My question is when I find the the final elimination matrix in which I multiply together all elimination matrices I used to get down to reduce row echelon form, do I also multiply by the permutation matrix?

Example:
I have [A] and than I multiply by E_1,1.
Then I multiply by E_2,1
Then I multiply by P_4,3 and am now in reduce row ecehlon form
when I go to find E is it
E = P_4,3 * E_2,1 * E_1,1
or is it just
E = E_2,1 * E_1,1

Thanks for any help.

Homework Equations

The Attempt at a Solution


Since you needed to multiply by ##P_{43}## to get the final echelon form, the correct ##E## is the first one you wrote. Try it and see for yourself in an example.
 
That's what my gut was telling me. Thanks for your help.
 

Similar threads

Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
2K