A short one on symmetric matrices

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Messages
516
Reaction score
11
This isn't really homework, but close enough. I suppose this is quite simple, but my head's all tangled up for today. Anyways,
Given the real symmetric matrix
LTL = UDUT, find L.

I suppose L = +- D1/2UT, and it's clear this choice of L satisfies the given equation.

But can it be proven that the above L actually follows from the given equation? i.e.
LTL = UDUT = (D1/2UT)T(D1/2UT) <=> L = +- D1/2UT?
Am I making any sense?
 
Physics news on Phys.org
So you are asking if L is unique? No. Take L and U to be different unitary matrices and D=1. Then T(L).L=1=U.D.T(U) (T=transpose). But it certainly isn't necessarily true that L=+/-T(U).