TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

Adjoint ( elt-alg^mat X ) -> elt-alg^mat

Description

The adjoint of X (over a ring with exact division whose characteristic is zero or greater than the size of X).

Examples

x_M := Matrix(2, [1, 2, 3, 4]); Adjoint(x_M);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group