Linear Algebra: use elem. row ops to convert A into B

Click For Summary
SUMMARY

The discussion focuses on demonstrating the row equivalence of two matrices, A and B, using elementary row operations. The matrices provided are A = [[2, 0, -1], [1, 1, 0], [-1, 1, 1]] and B = [[3, 1, -1], [3, 5, 1], [2, 2, 0]]. The user attempts several row operations, including R2 + R1 → R1 and R2 ↔ R3, but does not achieve the correct transformation. The final matrix presented is incorrect, indicating a need for further refinement in the application of row operations.

PREREQUISITES
  • Understanding of elementary row operations in linear algebra
  • Familiarity with matrix notation and manipulation
  • Basic knowledge of row equivalence concepts
  • Proficiency in using LaTeX for mathematical representation
NEXT STEPS
  • Practice performing elementary row operations on various matrices
  • Learn how to use LaTeX for formatting matrices and equations
  • Study the concept of row echelon form and reduced row echelon form
  • Explore applications of row equivalence in solving linear systems
USEFUL FOR

Students studying linear algebra, educators teaching matrix operations, and anyone looking to improve their skills in matrix manipulation and row equivalence.

leo255
Messages
57
Reaction score
2

Homework Statement



Show that the given matrices are row equivalent and find a sequence of elementary row ops that will convert A into B.

a =
2 0 -1
1 1 0
-1 1 1

b =
3 1 -1
3 5 1
2 2 0

Homework Equations

The Attempt at a Solution


[/B]
I apologize in advance, as I'm not sure how to make these matrices look good (will need to look up LATEX, so I can present my matrices better).

The elementary row ops that I chose to do were as follows:

R2 + R1 --> R1
R2 <---> R3
R3 + R2 -->R2
R1 + R2 --> R2
2R3 --> R3
R3 + R2 --> R2

This gave me the following matrix, which is not the answer, but is my best try:

a =
3 1 -1
5 5 0
2 2 1
 
Physics news on Phys.org
leo255 said:
R2 + R1 --> R1
R2 <---> R3
R3 + R2 -->R2
R1 + R2 --> R2
2R3 --> R3
R3 + R2 --> R2
Close..
R2 + R1 →R1 OK
4*R2 + R3→R2
Now do the third row...
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K