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

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
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?
 
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.