How Does Proving A Matrix Is Row Equivalent to the Identity Matrix Work?

Click For Summary
To prove that matrix A is row equivalent to the identity matrix I when b - cd ≠ 0, one must perform elementary row operations to transform A into I. The key criterion for row equivalence is that the determinant of A must be non-zero, which in this case is b - cd. If b - cd = 0, A cannot be reduced to I, indicating it is singular. To demonstrate the row equivalence, one can argue by contradiction, showing that if b - cd = 0, the reduced row echelon form of A does not yield the identity matrix. Understanding these concepts is crucial for working with row operations in linear algebra.
Anisotropic Galaxy
Messages
19
Reaction score
0
Let A and I be as follows.

A = [1 d]
[c b]
I=[1 0]
[0 1]

Prove that if b - cd != 0, then A is row equivalent to I

I'm CLUELESS as to WHERE TO START. Please help me

I tried simplifying to the matrix

[1 d]
[0 b - cd]

And have no clue what to do next.
 
Physics news on Phys.org
What is the criteria for row equivalent matrices? How would you perform the allowable operations to get to I?
 
To get \left(\begin{array}{cc}1 & 0\\0 & 1\end{array}\right)
you will need a 1 in place of that b-cd. What row operation will give you that?
 
It has been a while since I took linear algebra so I forget the terms for these things, but I know what you're getting at. If A is row equivalent to I, that means that elementary row operations can reduce it to such. That can only be done if the determinant is not zero. (Then we say A is either singular or not singular, don’t remember which) The determinant of A is b - cd. So in a sense, you're done, unless you actually need to prove what I just said.

In that case, argue by contradiction. Show that if b - cd = 0, The reduced row echelon form of A is not the identity matrix.

Hope that helps.
 

Similar threads

  • · Replies 69 ·
3
Replies
69
Views
9K
  • · Replies 32 ·
2
Replies
32
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
742