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

Function

Determinant ( elt-alg^mat X ) -> elt-rng

Optional Arguments

MonteCarloLevelelt-ord^rat
Proofelt-alg^boo
pAdicelt-alg^boo
Divisorelt-ord^rat

Description

The determinants of up to k submatrices of X [the i-th one coming from the first (Nrows(X) - 1) rows of X and the (Nrows(X) - 1 + i)-th row).

Examples

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