Is the 0 matrix upper triangular?

  • Thread starter Thread starter pyroknife
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
pyroknife
Messages
611
Reaction score
4
Is the 0 matrix upper triangular?

The reason I ask is because I'm trying to determine whether something is a subspace.
The problem is determine whether the subset S of M2x2 is a subspace where S is the set of all upper triangular matrices.


So these 3 must be satisfied:
1) 0 vector(matrix) is in S
2) if U and V are in S then U+V is in S
3) if V is in S, then cV where c is a scalar is in S


if 0 matrix is in S then that means
S=
0 0
0 0

But is that still upper triangular?
Upper triangular is defined as having all entries below the main diagnol be 0. I thought a main diagonal was having a nonzero # along the diagonal?
 
Physics news on Phys.org
pyroknife said:
Is the 0 matrix upper triangular?

The reason I ask is because I'm trying to determine whether something is a subspace.
The problem is determine whether the subset S of M2x2 is a subspace where S is the set of all upper triangular matrices.


So these 3 must be satisfied:
1) 0 vector(matrix) is in S
2) if U and V are in S then U+V is in S
3) if V is in S, then cV where c is a scalar is in S


if 0 matrix is in S then that means
S=
0 0
0 0

But is that still upper triangular?
Upper triangular is defined as having all entries below the main diagnol be 0. I thought a main diagonal was having a nonzero # along the diagonal?
The main diagonal consists of the entries from the upper left corner to the lower right corner. There's nothing in this definition that requires any particular values.

So, yes, the zero matrix is upper triangular (and lower triangular, too).
 
Saying that certain number must be 0 doesn't mean that other cannot also be 0.