This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: EigenSystem GSL




Gaurav Bansal wrote:
Hello,

In Eigen Systems GSL provides programs for Real Symmetric Matrices &
Complex Hermitian Matrices.

Are Complex Hermitian Matrices same as Non Symmetric Matrices?

As a matter of fact complex Hermitian matrices are the genralization of symmetric (real) matrices for complex matrices:

Hermitian(M)=complex_conjugate(transposition(M))

I hope that helps,
Jerome


If so, do Complex Hermitian Matrices covers all the cases of Non Symmetric Matrices?

Thank you in advance.

Gaurav





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]