Operator RΒΆ
opalg.spad line 219 [edit on github]
R: Ring
Algebra of ADDITIVE operators over a ring.
- 0: %
from AbelianMonoid
- 1: %
from MagmaWithUnit
- *: (%, %) -> %
from Magma
- *: (%, R) -> % if R has CommutativeRing
from RightModule R
- *: (Integer, %) -> %
from AbelianGroup
- *: (NonNegativeInteger, %) -> %
from AbelianMonoid
- *: (PositiveInteger, %) -> %
from AbelianSemiGroup
- *: (R, %) -> % if R has CommutativeRing
from LeftModule R
- +: (%, %) -> %
from AbelianSemiGroup
- -: % -> %
from AbelianGroup
- -: (%, %) -> %
from AbelianGroup
^: (%, Integer) -> %
- ^: (%, NonNegativeInteger) -> %
from MagmaWithUnit
- ^: (%, PositiveInteger) -> %
from Magma
adjoint: % -> % if R has CommutativeRing
adjoint: (%, %) -> % if R has CommutativeRing
- annihilate?: (%, %) -> Boolean
from Rng
- antiCommutator: (%, %) -> %
- associator: (%, %, %) -> %
from NonAssociativeRng
- characteristic: () -> NonNegativeInteger
from NonAssociativeRing
- charthRoot: % -> Union(%, failed) if R has CharacteristicNonZero
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: BasicOperator -> %
- coerce: Integer -> %
from NonAssociativeRing
- coerce: R -> %
from Algebra R
- commutator: (%, %) -> %
from NonAssociativeRng
conjug: R -> R if R has CommutativeRing
evaluate: (%, R -> R) -> %
evaluateInverse: (%, R -> R) -> %
- latex: % -> String
from SetCategory
- leftPower: (%, NonNegativeInteger) -> %
from MagmaWithUnit
- leftPower: (%, PositiveInteger) -> %
from Magma
- leftRecip: % -> Union(%, failed)
from MagmaWithUnit
makeop: (R, FreeGroup BasicOperator) -> %
- one?: % -> Boolean
from MagmaWithUnit
opeval: (BasicOperator, R) -> R
- opposite?: (%, %) -> Boolean
from AbelianMonoid
- plenaryPower: (%, PositiveInteger) -> % if R has CommutativeRing
from NonAssociativeAlgebra R
- recip: % -> Union(%, failed)
from MagmaWithUnit
- retract: % -> BasicOperator
- retract: % -> R
from RetractableTo R
- retractIfCan: % -> Union(BasicOperator, failed)
- retractIfCan: % -> Union(R, failed)
from RetractableTo R
- rightPower: (%, NonNegativeInteger) -> %
from MagmaWithUnit
- rightPower: (%, PositiveInteger) -> %
from Magma
- rightRecip: % -> Union(%, failed)
from MagmaWithUnit
- sample: %
from AbelianMonoid
- subtractIfCan: (%, %) -> Union(%, failed)
- zero?: % -> Boolean
from AbelianMonoid
Algebra R if R has CommutativeRing
BiModule(%, %)
BiModule(R, R) if R has CommutativeRing
CharacteristicNonZero if R has CharacteristicNonZero
CharacteristicZero if R has CharacteristicZero
Eltable(R, R)
LeftModule R if R has CommutativeRing
Module R if R has CommutativeRing
NonAssociativeAlgebra R if R has CommutativeRing
RightModule R if R has CommutativeRing