Upper triangular matrix as subspace

  • Thread starter Thread starter trojansc82
  • Start date Start date
  • Tags Tags
    Matrix Subspace
trojansc82
Messages
57
Reaction score
0

Homework Statement



Which of the following subsets of Mn,n are subspaces of Mn,n with the standard operations:

The set of all n x n upper triangular matrices

Homework Equations



10 axioms of vector space

The Attempt at a Solution



The set of all n x n upper triangular matrices is not closed under addition:
[ 1 1 1 ] [-1 -1 -1] [0 0 0]
[ 0 1 1 ] + [ 0 -1 -1] = [0 0 0]
[ 0 0 1] [0 0 -1] [0 0 0]

I apologize for the ugliness of the matrices, it is difficult to input a 3x3 upper triangular and demonstrate addition between two matrices.
 
Physics news on Phys.org
trojansc82 said:

Homework Statement



Which of the following subsets of Mn,n are subspaces of Mn,n with the standard operations:

The set of all n x n upper triangular matrices

Homework Equations



10 axioms of vector space


The Attempt at a Solution



The set of all n x n upper triangular matrices is not closed under addition:
[ 1 1 1 [-1 -1 -1 [0 0 0
0 1 1 + 0 -1 -1 = 0 0 0
0 0 1] 0 0 -1] 0 0 0]
It took me a while to figure out what the above was supposed to mean. When I figured it out, I could see that what you thought was a counterexample actually isn't. An upper triangular matrix is a square matrix for which all the entries below the main diagonal are zero. The definition doesn't say anything about the entries above or on the main diagonal.
 
Mark44 said:
It took me a while to figure out what the above was supposed to mean. When I figured it out, I could see that what you thought was a counterexample actually isn't. An upper triangular matrix is a square matrix for which all the entries below the main diagonal are zero. The definition doesn't say anything about the entries above or on the main diagonal.

Oh ok great. So they can all be zero above or on the main diagonal as well.
 
trojansc82 said:

Homework Statement



Which of the following subsets of Mn,n are subspaces of Mn,n with the standard operations:

The set of all n x n upper triangular matrices

Homework Equations



10 axioms of vector space


The Attempt at a Solution



The set of all n x n upper triangular matrices is not closed under addition:


I apologize for the ugliness of the matrices, it is difficult to input a 3x3 upper triangular and demonstrate addition between two matrices.

Wow. That's a hideous matrix. Glad you figured it out though.
 
Here's the LaTeX for one of your matrices. Click it to see the script.
\begin{bmatrix} 1 & 1 & 1\\ 0 & 1 & 1\\ 0 & 0 & 1\end{bmatrix}
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top