|
|
|
|||
|
||||
|
Prof McFarland's Names | Row Operation | Text's Names | ||||||||||||||
|
Interchange rows rm and rn |
|
||||||||||||||
|
|
|
||||||||||||||
|
Add a Multiple of Row n to Row m |
Rm + c Rn Rm |
An example of how row operations should look is shown below, with all rows color coded (black/green/magenta/brown/blue) to show the match-up between matrix rows and their names.
3 |
-1 2 |
2 11 |
R2 = r2 - 3r1 |
1 0 |
-1 |
2 5 |
R2 = (0.2)r2 |
1 0 |
-1 1 |
2 1 |
R1 = r1 + r2 |
1 0 |
0 1 |
3 1 |
|