Edit detail for #195 Add a conjugateTranspose operation in MatrixCategory revision 1 of 1

1
Editor:
Time: 2007年11月17日 22:06:21 GMT-8
Note: shut up greg !!!

changed:
-
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.
From unknown Thu Jul 28 11:34:17 -0500 2005
From: unknown
Date: 2005年7月28日 11:34:17 -0500
Subject: 
Message-ID: <20050728113417-0500@page.axiom-developer.org>
\begin{axiom}
a:=matrix ([[%i,7],[6,3*%i]])
b := map(conjugate,transpose(a)) * a
\end{axiom}
Determinant and eigenvalues of this matrix are always real and positive.
For example,
\begin{axiom}
determinant(b)
\end{axiom}

Submitted by : (unknown) at: 2007年11月17日T22:06:21-08:00 (18 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :
Optional comment :

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.

fricas
(1) -> a:=matrix ([[%i,7],[6,3*%i]])
Type: Matrix(Complex(Integer))
fricas
b := map(conjugate,transpose(a)) * a
Type: Matrix(Complex(Integer))

Determinant and eigenvalues of this matrix are always real and positive. For example,

fricas
determinant(b)
Type: Complex(Integer)

AltStyle によって変換されたページ (->オリジナル) /