It can be interesting to add a conjugateTranspose operation in MatrixCategory? RectangularMatrixCategory? and SquareMatrixCategory?. For example conjugateTranspose(a) * a will give a hermitian positive definite matrix. ... --unknown, Thu, 28 Jul 2005 11:34:17 -0500 reply fricas (1) -> a:=matrix ([[%i,
Type: Matrix(Complex(Integer))
fricas b := map(conjugate,
Type: Matrix(Complex(Integer))
Determinant and eigenvalues of this matrix are always real and positive. For example, fricas determinant(b)
Type: Complex(Integer)
|