Is there any proof that a MPI of symetric matrix is symmetric matrix? Basically I need that Moore-Penroses invers of positive semidefinite matrix is positive semidefinite. I can show that x^T(A+)x >=0. But A+ also need to be symmetric for positive semidefinite.
Thank you for your help.
Then: A=A^T (ABA)=(ABA)^T
A=(A)^T(B)^T(A)^T, since A=A^T
A=A (B)^T A, so I wrote this with some other B, but B from Moore-Penroses invers is unique, so is this proof that B=B^T?
Thank you.
– Glass12 Nov 08 '15 at 01:10