Finding a Basis Set for a Real Symmetrical 3x3 Matrix Space

In summary, the conversation discusses the properties and basis set of the linear space formed by the set of real symmetrical 3x3 matrices. It is noted that there are an infinite number of possible basis sets, but only one needs to be found. The relationship between symmetric matrices and orthogonal matrices is also mentioned. The dimension of this subspace is determined to be 9, and it is noted that none of the given basis matrices are symmetric. The conversation prompts further thought about the properties of symmetric matrices and their relationship to the space of all 3x3 matrices.
  • #1
blackbear
41
0
Let X denote the set of real symmetrical 3X3 matrix. Then (X,R) forms a linear space. What will be a basis set for this linear space?

I would appreciate if someone can help me with the question. My understanding is in R3 space there could be many 3X3 matrix that could be the basis set for the space as long they are linearly independent. Is there any special rule for symmetrical matrix for reals?

I also know for every symmetric real matrix A there exists a real orthogonal matrix Q such that D = Q(T)AQ is a diagonal matrix. Every symmetric matrix is thus, up to choice of an orthonormal basis, a diagonal matrix.

D = Q(T)*A*Q, where Q(T)= Q transpose

A= Symmetric Matrix
Q = Orthogonal Matrix
D = Diagonal Matrix

Let's say A= 2 3 4
3 1 0
4 0 5

Is it possible to find Q from here?

Thanks much.
 
Physics news on Phys.org
  • #2
blackbear said:
Let X denote the set of real symmetrical 3X3 matrix. Then (X,R) forms a linear space. What will be a basis set for this linear space?

I would appreciate if someone can help me with the question. My understanding is in R3 space there could be many 3X3 matrix that could be the basis set for the space as long they are linearly independent. Is there any special rule for symmetrical matrix for reals?
R3 doesn't have anything to do with this problem. Each matrix in your basis is going to be a 3 X 3 matrix. Yes, there are an infinite number of basis sets, but you only have to find one set of matrices.
blackbear said:
I also know for every symmetric real matrix A there exists a real orthogonal matrix Q such that D = Q(T)AQ is a diagonal matrix. Every symmetric matrix is thus, up to choice of an orthonormal basis, a diagonal matrix.

D = Q(T)*A*Q, where Q(T)= Q transpose

A= Symmetric Matrix
Q = Orthogonal Matrix
D = Diagonal Matrix
I don't see that any of this is relevant, except for the fact that you're dealing with symmetric matrices.
blackbear said:
Let's say A= 2 3 4
3 1 0
4 0 5

Is it possible to find Q from here?
Maybe, but the real question is, is it necessary?

Notice that for your symmetric matrix example, that a2, 1 = a1, 2. In general for a symmetric matrix, am, n = am, n. How many elements of a symmetric matrix like this must you know before you know all the other elements of that matrix? Does that give you some idea of the dimension of the subspace of 3 X 3 matrices?
 
  • #3
Thanks Mark44 for your reply;

Few things:


The entries of a symmetric matrix are symmetric with respect to the main diagonal (top left to bottom right). So if the entries are written as A = (aij), then

a_{ij} = a_{ji}

for all indices i and j. The following 3×3 matrix is symmetric: So, I am not sure what you meant by

" In general for a symmetric matrix, am, n = am, n. How many elements of a symmetric matrix like this must you know before you know all the other elements of that matrix? Does that give you some idea of the dimension of the subspace of 3 X 3 matrices? "

The dimension is 3;

2ndly, if a matrix is 3X3, isn't it obvious that it is from a R3 space? So I am also not sure when you wrote:

" R3 doesn't have anything to do with this problem."
 
  • #4
While the space 3x3 matrices operate on is 3 dimensional, the space of all 3x3 matrices is 9-dimensional, one example of a basis being the set of nine matrices with one 1 entry, and the rest zeros:

[tex]\left(\begin{array}{ccc}
1 & 0 & 0 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 1 & 0 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 1 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
1 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 1 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 0 \\
1 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 0 \\
0 & 1 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 0 \\
0 & 0 & 1 \\
\end{array}\right)
[/tex]

The set of symmetric matrices are a subspace of this 9-dimensional space. What is its dimension?
 
  • #5
Moo of Doom's post deserves a lot of thought. But notice that NONE of the basis members he gives for the space of all 3 by 3 matrices is in the set of symmetric 3 by 3 matrices.

One thing to think about to answer his question- if you wanted to write down an arbitrary symmetric matrix, how many numbers could you choose independently? (for example, if you already have the number in the third column of the first row, you cannot choose a different number for the first column of the third row.)

A "general" 3 by 3 matrix would look like
[tex]\begin{bmatrix}a & b & c \\ d & e & f \\ g & h & i\end{bmatrix}[/tex]
where a, b, c, d, e, f, g, h, and i can be any numbers.

What would a "general" symmetric matrix look like?
 
  • #6
HallsofIvy said:
Moo of Doom's post deserves a lot of thought. But notice that NONE of the basis members he gives for the space of all 3 by 3 matrices is in the set of symmetric 3 by 3 matrices.

One thing to think about to answer his question- if you wanted to write down an arbitrary symmetric matrix, how many numbers could you choose independently? (for example, if you already have the number in the third column of the first row, you cannot choose a different number for the first column of the third row.)

A "general" 3 by 3 matrix would look like
[tex]\begin{bmatrix}a & b & c \\ d & e & f \\ g & h & i\end{bmatrix}[/tex]
where a, b, c, d, e, f, g, h, and i can be any numbers.

What would a "general" symmetric matrix look like?

Symmetric set may look:

[tex]\begin{bmatrix}a & b & c \\ b & d & e \\ c & e & f\end{bmatrix}[/tex]

or

[tex]\begin{bmatrix}a & b & d \\ b & e & f \\ d & f & g\end{bmatrix}[/tex]

although these don't have all the elements! I thought for a 3X3 matrix defined in R3 space and real has a dimension of 3. Since 3 (minimum) elements are required to represent each column or vectors. Does this make sense...please explain.

Thanks
 
Last edited:
  • #7
Moo Of Doom said:
While the space 3x3 matrices operate on is 3 dimensional, the space of all 3x3 matrices is 9-dimensional, one example of a basis being the set of nine matrices with one 1 entry, and the rest zeros:

[tex]\left(\begin{array}{ccc}
1 & 0 & 0 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 1 & 0 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 1 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
1 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 1 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 0 \\
1 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 0 \\
0 & 1 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 0 \\
0 & 0 & 1 \\
\end{array}\right)
[/tex]

The set of symmetric matrices are a subspace of this 9-dimensional space. What is its dimension?

HallsofIvy said:
Moo of Doom's post deserves a lot of thought. But notice that NONE of the basis members he gives for the space of all 3 by 3 matrices is in the set of symmetric 3 by 3 matrices.
Three of them are - the 1st, 5th, and 9th matrices listed are symmetric.
 
  • #8
blackbear said:
Symmetric set may look:

[tex]\begin{bmatrix}a & b & c \\ d & d & e \\ c & e & f\end{bmatrix}[/tex]
The one above isn't symmetric unless b = d, in which case you should write it as
[tex]\begin{bmatrix}a & b & c \\ b & d & e \\ c & e & f\end{bmatrix}[/tex]

blackbear said:
or

[tex]\begin{bmatrix}a & b & d \\ b & e & f \\ d & f & g\end{bmatrix}[/tex]

although these don't have all the elements! I thought for a 3X3 matrix defined in R3 space and real has a dimension of 3. Since 3 (minimum) elements are required to represent each column or vectors. Does this make sense...please explain.
"3X3 matrix defined in R3 space and real has a dimension of 3" doesn't make any sense to me. Your 3X3 matrix has 9 real entries.
 
  • #9
Moo Of Doom said:
While the space 3x3 matrices operate on is 3 dimensional, the space of all 3x3 matrices is 9-dimensional, one example of a basis being the set of nine matrices with one 1 entry, and the rest zeros:

[tex]\left(\begin{array}{ccc}
1 & 0 & 0 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 1 & 0 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 1 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
1 & 0 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 1 \\
0 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 0 \\
1 & 0 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 0 \\
0 & 1 & 0 \\
\end{array}\right)
\left(\begin{array}{ccc}
0 & 0 & 0 \\
0 & 0 & 0 \\
0 & 0 & 1 \\
\end{array}\right)
[/tex]

The set of symmetric matrices are a subspace of this 9-dimensional space. What is its dimension?

As Mark pointed out 3 symmetric matrices are the subspace of this 9-dimensional space. So the 3x3 symmetrical matrices operates on 3D but the space for all 3x3 symmetrical matrices is 9D? Please verify.

Thanks
 
  • #10
blackbear said:
As Mark pointed out 3 symmetric matrices are the subspace of this 9-dimensional space.
No, that's not what I said at all. Moo of Doom listed nine matrices that form a basis for the vector space of 3X3 matrices. Of those nine, three were symmetric.
blackbear said:
So the 3x3 symmetrical matrices operates on 3D but the space for all 3x3 symmetrical matrices is 9D? Please verify.
Let's get the terminology straight. Any 3X3 matrix, symmetric or not, can multiply a vector in R3; i.e., a 3D vector. Since every basis for the vector space of 3X3 matrices must contain nine matrices, the dimension of this space is 9.
 

Related to Finding a Basis Set for a Real Symmetrical 3x3 Matrix Space

1. What is a basis set?

A basis set is a group of vectors that can be used to represent any vector in a vector space. In other words, it is a set of vectors that span the entire vector space and can be combined to create any vector in that space.

2. How do you find a basis set for a real symmetrical 3x3 matrix space?

To find a basis set for a real symmetrical 3x3 matrix space, you first need to find the eigenvalues and eigenvectors of the matrix. These eigenvectors will form the basis set for the matrix space.

3. What are eigenvalues and eigenvectors?

Eigenvalues and eigenvectors are properties of a matrix that describe how it behaves when multiplied by a vector. Eigenvalues are scalar values and eigenvectors are the corresponding vectors that are unchanged by the multiplication.

4. Why is it important to find a basis set for a matrix space?

Finding a basis set allows us to represent any vector in the matrix space using a linear combination of the basis vectors. This is important because it simplifies calculations and allows us to better understand the properties of the matrix.

5. Can a matrix have more than one basis set?

Yes, a matrix can have multiple basis sets. This is because there are often multiple ways to span a vector space. However, the basis set consisting of eigenvectors is considered the most useful and commonly used in linear algebra.

Similar threads

  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
  • Linear and Abstract Algebra
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
0
Views
501
  • Calculus and Beyond Homework Help
Replies
11
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
623
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
621
Back
Top