Finding a Spanning Set for 3x3 Symmetric Matrices?

  • Thread starter Thread starter paulrb
  • Start date Start date
  • Tags Tags
    Matrices Set
paulrb
Messages
18
Reaction score
1

Homework Statement


Find a spanning set for the space of all 3x3 symmetric matrices.


Homework Equations





The Attempt at a Solution


I know how to find the spanning set for vectors, but I don't know if it works the same way for matrices. Is the set's elements matrices? If so, would this be it?

|100| |010| |001| |000| |000| |000|
|000| |100| |000| |010| |001| |000|
|000| |000| |100| |000| |010| |001|

Sorry if that's messy, I'm not sure what the normal way of typing matrices is.
 
Physics news on Phys.org
Notice that addition and scalar multiplication for vectors and matrices are defined the same way.

Notice also that the matrix | 1 4 |
| 3 7 |
(an array of numbers, a "list")
can be represented as <1 ,4, 3, 7> (a list) which is a vector.
 
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