Five linearly independent 3X3 matrices

Click For Summary
SUMMARY

The discussion focuses on finding five linearly independent 3x3 matrices where the row sums and column sums are equal. The matrices proposed include symmetric and permutation matrices. The final set of five matrices that satisfy the conditions are: A = [[1, 0, 0], [0, 1, 0], [0, 0, 1]], B = [[0, 1, 0], [0, 0, 1], [1, 0, 0]], C = [[0, 0, 1], [1, 0, 0], [0, 1, 0]], D = [[0, 0, 1], [0, 1, 0], [1, 0, 0]], and E = [[0, 1, 0], [1, 0, 0], [0, 0, 1]]. These matrices are confirmed to be linearly independent and meet the specified criteria.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically matrix theory.
  • Familiarity with symmetric and permutation matrices.
  • Knowledge of linear independence and basis in vector spaces.
  • Ability to perform matrix operations and calculations.
NEXT STEPS
  • Study the properties of symmetric matrices in linear algebra.
  • Learn about permutation matrices and their applications.
  • Explore the concept of linear independence in vector spaces.
  • Investigate the use of binary matrices in mathematical proofs.
USEFUL FOR

Mathematicians, students studying linear algebra, and anyone interested in matrix theory and its applications in various fields.

Dafe
Messages
144
Reaction score
0

Homework Statement


In the space of 2 by 2 matrices, find a basis for the subspace of matrices whose row sums and column sums are all equal. (Extra credit: Find five linearly independent 3 by 3 matrices with this property)

The Attempt at a Solution



The first one is ok. The matrix is symmetric and toeplitz :

<br /> \left[ \begin{array}{cc} a_{ii} &amp; a_{ij} \\ a_{ij} &amp; a_{ii} \end{array} \right]<br />

A basis would then be:

<br /> \left[ \begin{array}{cc} 1 &amp; 0 \\ 0 &amp; 1 \end{array} \right]<br />

and

<br /> \left[ \begin{array}{cc} 0 &amp; 1 \\ 1 &amp; 0 \end{array} \right]<br />

Now for that yummy extra credit (which I never get):

<br /> \left[ \begin{array}{ccc} a_{11} &amp; a_{12} &amp; a_{13} \\ a_{12} &amp; a_{11} &amp; a_{23} \\ a_{13} &amp; a_{23} &amp; a_{11} \end{array} \right]<br />

I think I can find four linearly independent 3 by 3 matrices:

<br /> \left[ \begin{array}{ccc} 1 &amp; 0 &amp; 0 \\ 0 &amp; 1 &amp; 0 \\ 0 &amp; 0 &amp; 1 \end{array} \right]<br />

<br /> \left[ \begin{array}{ccc} 0 &amp; 0 &amp; 1 \\ 0 &amp; 0 &amp; 0 \\ 1 &amp; 0 &amp; 0 \end{array} \right]<br />

<br /> \left[ \begin{array}{ccc} 0 &amp; 1 &amp; 0 \\ 1 &amp; 0 &amp; 0 \\ 0 &amp; 0 &amp; 0 \end{array} \right]<br />

<br /> \left[ \begin{array}{ccc} 0 &amp; 0 &amp; 0 \\ 0 &amp; 0 &amp; 1 \\ 0 &amp; 1 &amp; 0 \end{array} \right]<br />

I do not see where I could fit a fifth one..
Any suggestions?

Thanks!
 
Physics news on Phys.org
I'm not too sure about what you mean by all row-sum and all column-sum are equal. Does this mean every row has the same sum and every column has the same sum? If so, I don't think your last 3 matrices work.

But if you meant the sum of row i = sum of column i, then I think I can help you on that one. You have 9 degrees of freedom here (basis will have 9 matrices), so you have quite a few options to choose. Since you have the idea of obtaining symmetric matrices to fulfill the row-sum = column-sum criterion. Remember that:

\left[ \begin{array}{ccc} 0 &amp; 0 &amp; 0 \\ 0 &amp; 1 &amp; 0 \\ 0 &amp; 0 &amp; 0 \end{array} \right]

is a symmetric matrix as well.

If you are interested in testing linear independence, you can think of them as \mathbb{R}^{9} vectors.
 
Dafe said:
I think I can find four linearly independent 3 by 3 matrices:

<br /> \left[ \begin{array}{ccc} 1 &amp; 0 &amp; 0 \\ 0 &amp; 1 &amp; 0 \\ 0 &amp; 0 &amp; 1 \end{array} \right]<br />

<br /> \left[ \begin{array}{ccc} 0 &amp; 0 &amp; 1 \\ 0 &amp; 0 &amp; 0 \\ 1 &amp; 0 &amp; 0 \end{array} \right]<br />

...


The second matrix does not satisfy the given conditions. Some of the rows and columns in that matrix sum to one, others sum to zero. (The same goes for the unquoted third and fourth matrices.)

Denoting

\begin{aligned}<br /> a_{i*} &amp;= \sum_j a_{ij} \\<br /> a_{*j} &amp;= \sum_i a_{ij}<br /> \end{aligned}

You need to find matrices with a_{i*} = a_{*j} = c, where c is some constant. c=1 is a reasonable choice, and so is the use of binary matrices as you did for the first part.
 
<br /> <br /> A = \left[ \begin{array}{ccc} 1 &amp; 0 &amp; 0 \\ 0 &amp; 1 &amp; 0 \\ 0 &amp; 0 &amp; 1 \end{array} \right]<br /> <br />

<br /> <br /> B = \left[ \begin{array}{ccc} 0 &amp; 1 &amp; 0 \\ 0 &amp; 0 &amp; 1 \\ 1 &amp; 0 &amp; 0 \end{array} \right]<br /> <br />

<br /> <br /> C = \left[ \begin{array}{ccc} 0 &amp; 0 &amp; 1 \\ 1 &amp; 0 &amp; 0 \\ 0 &amp; 1 &amp; 0 \end{array} \right]<br /> <br />

<br /> <br /> D = \left[ \begin{array}{ccc} 0 &amp; 0 &amp; 1 \\ 0 &amp; 1 &amp; 0 \\ 1 &amp; 0 &amp; 0 \end{array} \right]<br /> <br />

<br /> <br /> E = \left[ \begin{array}{ccc} 0 &amp; 1 &amp; 0 \\ 1 &amp; 0 &amp; 0 \\ 0 &amp; 0 &amp; 1 \end{array} \right]<br /> <br />

As far as I can see, those five matrices are linearly independent and the sum of the rows equals the sum of the columns.

As I on the right track here?

Thanks
 
There you go. There are of course six permutation matrices, not five. The sixth is not linearly independent of the other five. Proving linear independence is a bit easier if you use this sixth permutation matrix in lieu of the identity matrix.
 
I understand, and here is the sixth permutation matrix just for good measure:

I really appreciate your help, thank you!

\left[ \begin{array}{ccc} 1 &amp; 0 &amp; 0 \\ 0 &amp; 0 &amp; 1 \\ 0 &amp; 1 &amp; 0 \end{array} \right]<br /> <br /> <br />
 
You're welcome.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
9
Views
2K
Replies
3
Views
4K
Replies
1
Views
2K
Replies
0
Views
892
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K