Checking a Linear Algebra result

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 9K views
Char. Limit
Gold Member
Messages
1,222
Reaction score
23

Homework Statement


Yeah, so I'm just starting LinAlg, and I wanted to check my answer on a certain question. The question reads:

"Describe the possible echelon forms of a nonzero 3x2 matrix. Use the symbols [tex]\diamond[/tex], *, and 0, as in the first part of example 1."

Now, here, the [tex]\diamond[/tex] indicates a nonzero entry, the * indicates an entry that can be any value, and the 0 indicates, well, a zero entry.

The Attempt at a Solution



So I got four matrices:

[tex]\left[ \begin{array}{cc}<br /> \diamond & 0 \\<br /> 0 & 0 \\<br /> 0 & 0 \\<br /> \end{array} \right][/tex]

[tex]\left[ \begin{array}{cc}<br /> \diamond & * \\<br /> 0 & \diamond \\<br /> 0 & 0 \\<br /> \end{array} \right][/tex]

[tex]\left[ \begin{array}{cc}<br /> \diamond & * \\<br /> 0 & * \\<br /> 0 & \diamond \\<br /> \end{array} \right][/tex]

[tex]\left[ \begin{array}{cc}<br /> \diamond & * \\<br /> 0 & * \\<br /> 0 & * \\<br /> \end{array} \right][/tex]

However, I feel like I'm missing some. Can you help me with which ones?
 
Physics news on Phys.org
In echelon form, the leading entry in a row has to be strictly to the right of the leading entry of the row above it, so your third and fourth matrices wouldn't generally be in echelon form.

Another case you might consider is when the first column has no leading entry.
 
Do you mean that the next leading entry can't be two rows down from the previous one? I... didn't honestly remember that.

And I'll take a look at the cases of "no leading entry in the first row". Thanks, I knew I had forgotten something.
 
No, it's more that you can't have two rows where the first non-zero element is in the same column. The matrix

[tex]\begin{bmatrix} 1 & 1 \\ 0 & 2 \\ 0 & 3 \end{bmatrix}[/tex]

is not in echelon form though the matrix would qualify as your fourth type.
 
So, I have this as my answer now:

[tex]\left[ \begin{array}{cc}<br /> \diamond & 0 \\<br /> 0 & 0 \\<br /> 0 & 0 \\<br /> \end{array} \right][/tex]

[tex]\left[ \begin{array}{cc}<br /> \diamond & * \\<br /> 0 & \diamond \\<br /> 0 & 0 \\<br /> \end{array} \right][/tex]

[tex]\left[ \begin{array}{cc}<br /> 0 & \diamond \\<br /> 0 & 0 \\<br /> 0 & 0 \\<br /> \end{array} \right][/tex]

I do wonder though, is an all-zero matrix in echelon form?
 
Looks good.

An all-zero matrix is in echelon form. It satisfies all the requirements. There are no leading entries, so there's nothing to worry about there. And all the zero rows are at the bottom.
 
I'd better add it then. Thanks for the help.
 
The problem specified non-zero matrices, so you don't need the 0 matrix.
 
Oh, of course. How foolish of me.

I guess I need to read the problem more carefully...