Question: How to calculate the self adjoint matrix?

How to calculate a matrix's self adjoint matrix if given any matrix?

 

<Px, y> = <x, Py>

hermitian is a kind of self adjoint

L:=Matrix(H,shape=hermitian);

is above command convert a general matrix H into self adjoint L?

any other methods

Please Wait...