Triangular matricies and subspaces

AI Thread Summary
The discussion centers on determining whether the set of all upper triangular n x n matrices forms a subspace of Mnn. To verify this, one must check if the zero matrix is included, whether the sum of two upper triangular matrices remains upper triangular, and if multiplying an upper triangular matrix by a scalar yields another upper triangular matrix. The inquiry also raises a question about the preference for upper triangular matrices over lower ones, suggesting a need to explore both types. Ultimately, the process can be applied similarly to lower triangular and diagonal matrices to assess their status as subspaces.
mohdhm
Messages
42
Reaction score
0
hello again

I was asked if the set of all uppertriangular nxn matricies are a subspace of Mnn,

how would you check if it has a zero vector and closed under addition and multiplication ? and why did they ask for the upper triangular matrix instead of the lower one? or either
 
Physics news on Phys.org
Ask yourself the following:

1) If all the upper-triangular elements were to take on values of zero, is the zero matrix contained in the subspace (and is this the same zero vector of your vector space? This means it should be an n by n zero matrix).

2) If you add an upper-triangular matrix with another upper-triangular matrix, do you get an upper-triangular matrix in return? Does the elements of the matrix have elements from your field?

3) Do this again with multiplying your upper-triangle matrix by a constant. Do you get another upper-triangular matrix? Does the elements of the matrix exist in your field?

Do this for lower-triangular ones and diagonal ones and see if they're subspaces or not.
 
thanks brian, makes sense, and so simple
 
Back
Top