sunjin09
- 310
- 0
It is well known that a Hermitian symmetric complex matrix A, A^{\dagger}=A can be taking into a tridiagonolized form: A=V^{\dagger}HV where ^{\dagger} is Hermitian conjugate and H is the tridiagonal Hessenberg matrix, and V^{\dagger}V=VV^{\dagger}=I. This decomposition is realized using Schmidt orthonormalization, where H is nothing but the coefficients generated by the orthonormaliztion.
Now suppose A is only symmetric, i.e., A^T=A where T denotes transpose without conjugation, and proceed formally through Schmidt orthonormalization, where the corresponding "inner product" <x,y>=\sqrt{\sum_ix_i*y_i} without taking abs value, i.e., not a real inner product, but can nevertheless be defined. The result would be that A is tridiagonalized into the form A=VHV^T (if V has full rank), where V^TV=VV^T=I, enabling solution to the problem Ax=b through solution of Hy=V^Tb followed by x=Vy, where the H system is much easier to solve. Now my question is: where can this method go wrong? If so what is the condition on A under which this method does work?
Now suppose A is only symmetric, i.e., A^T=A where T denotes transpose without conjugation, and proceed formally through Schmidt orthonormalization, where the corresponding "inner product" <x,y>=\sqrt{\sum_ix_i*y_i} without taking abs value, i.e., not a real inner product, but can nevertheless be defined. The result would be that A is tridiagonalized into the form A=VHV^T (if V has full rank), where V^TV=VV^T=I, enabling solution to the problem Ax=b through solution of Hy=V^Tb followed by x=Vy, where the H system is much easier to solve. Now my question is: where can this method go wrong? If so what is the condition on A under which this method does work?
Last edited: