Re: pfaffian.input.pamphlet

root <[email protected]> Sun, 30 Sep 2007 19:40:31 -0400
Newsgroups gmane.comp.mathematics.axiom.general,gmane.comp.mathematics.axiom.devel
Message-ID <[email protected]>
Martin,

I've been writing some pfaffian examples. Should the PfChar code read:

PfChar(lambda, A) ==
  n := nrows A

PfChar(lambda, A) ==
  n := nrows A
  odd? n => 0

Tim