CommutatorΒΆ

fnla.spad line 32 [edit on github]

A type for basic commutators

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

latex: % -> String

from SetCategory

mkcomm: (%, %) -> %

mkcomm(i, j) is undocumented.

mkcomm: Integer -> %

mkcomm(i) is undocumented.

BasicType

CoercibleTo OutputForm

SetCategory