CoCoA:Minors

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Minors

list of minor determinants of a matrix

Description

This function returns the list of all determinants of N x N

submatrices of M.

Example

  M := Mat([[1,2,3],[-1,2,4]]);
  Minors(2,M);
[4, 7, 2]
-------------------------------

Syntax

Minors(N:INT,M:MAT):LIST

Det

   <type>matrix</type>