Can you switch rows in a matrix without actually switching them?

  • Context: Undergrad 
  • Thread starter Thread starter aaaa202
  • Start date Start date
  • Tags Tags
    Echelon Form Row
Click For Summary
SUMMARY

This discussion confirms that it is possible to switch two rows in a matrix without directly performing a row switch operation. By using a series of row addition and multiplication operations, specifically adding row j to row k, multiplying row k by -1, and then performing additional row operations, one can effectively achieve the desired row switch. The method described allows for the transformation of a regular matrix into a unit matrix without violating the constraint of not switching rows directly.

PREREQUISITES
  • Understanding of matrix operations, including row addition and multiplication.
  • Familiarity with the concept of the unit matrix.
  • Basic knowledge of linear algebra principles.
  • Ability to perform matrix transformations without direct row exchanges.
NEXT STEPS
  • Study the properties of the unit matrix and its applications in linear algebra.
  • Learn about alternative methods for row operations in matrix manipulation.
  • Explore advanced matrix transformation techniques, such as Gaussian elimination.
  • Investigate the implications of row operations on matrix determinants.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators looking for effective teaching methods for matrix operations.

aaaa202
Messages
1,144
Reaction score
2
Suppose you weren't allowed to switch rows, would it then always be possible to turn a regular matrix into the unit matrix or would the operation be needed in some cases?
 
Physics news on Phys.org
no, you don't need it.

let's say we want to switch row j and row k. add row j to row k. then add the new row k back to row j.

now multiply row k by -1, and then add row j to row k again. you should now have what row j originally was in the k-th row (and twice the original row j + the original row k in the j-th row).

now subtract twice the current k-th row from the current j-th row. voila! rows j and k have been switched.

(there may be a shorter way to do this, don't know, don't care).
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
10K