QEtaGradedAlgebra CΒΆ
qetaalg.spad line 143 [edit on github]
QEtaGradedAlgebra(C
) lists the minimal signatures for running the functions in the QEtaPackage. Mathematically seen is it a C
-algebra that is ZZ
-graded. Simplest example is a univariate polynomial ring over C
, but since it is expected that respective domains will be created on the fly, we list here only the functions that are actually used in QEtaSambaPackage.
- 0: %
from QEtaAlgebra C
- 1: %
from QEtaAlgebra C
- *: (%, %) -> %
from QEtaAlgebra C
- *: (C, %) -> %
from QEtaAlgebra C
- *: (Integer, %) -> %
from AbelianGroup
- *: (NonNegativeInteger, %) -> %
from AbelianMonoid
- *: (PositiveInteger, %) -> %
from AbelianSemiGroup
- +: (%, %) -> %
from QEtaAlgebra C
- -: % -> %
from QEtaAlgebra C
- -: (%, %) -> %
from QEtaAlgebra C
- ^: (%, NonNegativeInteger) -> %
from QEtaAlgebra C
- ^: (%, PositiveInteger) -> %
from Magma
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- hash: % -> SingleInteger
from SetCategory
- hashUpdate!: (HashState, %) -> HashState
from SetCategory
- latex: % -> String
from SetCategory
- leftPower: (%, NonNegativeInteger) -> %
from MagmaWithUnit
- leftPower: (%, PositiveInteger) -> %
from Magma
- leftRecip: % -> Union(%, failed)
from MagmaWithUnit
- one?: % -> Boolean
from MagmaWithUnit
- opposite?: (%, %) -> Boolean
from AbelianMonoid
- qetaCoefficient: (%, Integer) -> C
qetaCoefficient(x, n)
returns the coefficient corresponding to graden
.
- qetaGrade: % -> Integer
qetaGrade(x)
returns the grade of an element. The qetaGrade of 0 is undefined. Any elementx
with qetaGrade(x
)<0
will be considered to be zero.
- qetaLeadingCoefficient: % -> C
qetaLeadingCoefficient(x)
returns qetaCoefficient(x
, qetaGradex
). The qetaLeadingCoefficient of 0 is undefined.
- recip: % -> Union(%, failed)
from MagmaWithUnit
- rightPower: (%, NonNegativeInteger) -> %
from MagmaWithUnit
- rightPower: (%, PositiveInteger) -> %
from Magma
- rightRecip: % -> Union(%, failed)
from MagmaWithUnit
- sample: %
from MagmaWithUnit
- subtractIfCan: (%, %) -> Union(%, failed)
- traceout: NonNegativeInteger -> % -> OutputForm
from QEtaAlgebra C
- zero?: % -> Boolean
from QEtaAlgebra C