Expressing a symmetric matrix in terms on eigenvalues/vectors

Click For Summary

Homework Help Overview

The discussion revolves around expressing a symmetric matrix in terms of its eigenvalues and eigenvectors. The original poster has generated a random 10 x 10 symmetric matrix in MATLAB and seeks to express it using the formula involving eigenvalues and eigenvectors.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the relationship between the symmetric matrix and its eigenvectors, noting that the eigenvectors are orthogonal. There is an exploration of the properties of the eigenvectors and their role in the expression of the matrix.

Discussion Status

Some participants have confirmed that the eigenvectors are indeed the vectors needed for the expression. There is ongoing inquiry into the reasoning behind this relationship, with references to the spectral theorem and the properties of orthonormal sets.

Contextual Notes

Participants are questioning the properties of the eigenvectors and whether they must satisfy certain conditions, such as being orthonormal. There is a focus on understanding the implications of these properties in the context of the matrix expression.

han35
Messages
3
Reaction score
0

Homework Statement


Generate a random 10 x 10 symmetric matrix A (already done in MATLAB) . Express A in the form

Homework Equations



## A = ## \displaystyle \sum_{j=1}^{10}λ_j(A)v_jv^T_j\

for some real vectors ##v_j, j = 1, 2, . . . , 10.##

The Attempt at a Solution



I'm pretty sure the solution has something to do with the eigenvectors of a symmetric matrix being orthogonal.

The whole sum is basically ##A = λ_1v_1v^T_1 + λ_2v_2v^T_2 . . . λ_{10}v_{10}v^T_{10}.##

If ##v_j## are an eigenvectors then we can express that as:

##A = Av_1v^T_1 + Av_2v^T_2 . . . Av_{10}v^T_{10} ##
##→ A = A( v_1v^T_1 + v_2v^T_2 . . . v_{10}v^T_{10} ) ##

But that means we need ## v_1v^T_1 + v_2v^T_2 . . . v_{10}v^T_{10} = I ##. But I don't know if these vectors are meant to have those properties. =S

Basically I need to know what the ##v_j ##'s are
 
Physics news on Phys.org
Ok, so after testing some symmetric 3x3 matrices and computing it by hand I can confirm that the ##v_j##'s are indeed the eigenvectors of ##A##.

Now I just need to know why, lol.
 
Does anyone know why?

If A is a symmetric matrix then A can be expressed as:

## A = ## \displaystyle \sum_{j=1}^{n}λ_j(A)v_jv^T_j\

where ##v_j, j = 1, 2, . . . , n.## are the eigenvectors of ##A##

But why?
 
han35 said:
Does anyone know why?

If A is a symmetric matrix then A can be expressed as:

## A = ## \displaystyle \sum_{j=1}^{n}λ_j(A)v_jv^T_j\

where ##v_j, j = 1, 2, . . . , n.## are the eigenvectors of ##A##

But why?

Your ##v_j## are an orthonormal set of eigenvectors, right? Multiply ##sum_{j=1}^{n}λ_j(A)v_jv^T_j## by any eigenvector ##v_k##. You get the same thing as multiplying that vector by A, right? If you want a fancy name for it, it's a simple version of the spectral theorem.
 

Similar threads

Replies
1
Views
961
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
Replies
17
Views
8K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 18 ·
Replies
18
Views
4K
Replies
5
Views
2K
Replies
1
Views
2K
Replies
1
Views
3K