CoCoA:Pfaffian

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)

Pfaffian

the Pfaffian of a skew-symmetric matrix

Description

This function returns the Pfaffian of M.

Example

  Use R ::= Q[x,y];
  Pfaffian(Mat([[0,y],[-y,0]]));
y
-------------------------------

Syntax

Pfaffian(M:MAT)

where M is skew-symmetric.  The resulting type depends on the entries
of the matrix.

Det

   <type>matrix</type>