Operator RΒΆ

opalg.spad line 219 [edit on github]

Algebra of ADDITIVE operators over a ring.

0: %

from AbelianMonoid

1: %

from MagmaWithUnit

*: (%, %) -> %

from LeftModule %

*: (%, 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

=: (%, %) -> Boolean

from BasicType

^: (%, Integer) -> %

^: (%, NonNegativeInteger) -> %

from MagmaWithUnit

^: (%, PositiveInteger) -> %

from Magma

~=: (%, %) -> Boolean

from BasicType

adjoint: % -> % if R has CommutativeRing

adjoint: (%, %) -> % if R has CommutativeRing

annihilate?: (%, %) -> Boolean

from Rng

antiCommutator: (%, %) -> %

from NonAssociativeSemiRng

associator: (%, %, %) -> %

from NonAssociativeRng

characteristic: () -> NonNegativeInteger

from NonAssociativeRing

charthRoot: % -> Union(%, failed) if R has CharacteristicNonZero

from CharacteristicNonZero

coerce: % -> OutputForm

from CoercibleTo OutputForm

coerce: BasicOperator -> %

from CoercibleFrom BasicOperator

coerce: Integer -> %

from NonAssociativeRing

coerce: R -> %

from CoercibleFrom R

commutator: (%, %) -> %

from NonAssociativeRng

conjug: R -> R if R has CommutativeRing

elt: (%, R) -> R

from Eltable(R, R)

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

from RetractableTo BasicOperator

retract: % -> R

from RetractableTo R

retractIfCan: % -> Union(BasicOperator, failed)

from RetractableTo BasicOperator

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)

from CancellationAbelianMonoid

zero?: % -> Boolean

from AbelianMonoid

AbelianGroup

AbelianMonoid

AbelianSemiGroup

Algebra R if R has CommutativeRing

BasicType

BiModule(%, %)

BiModule(R, R) if R has CommutativeRing

CancellationAbelianMonoid

CharacteristicNonZero if R has CharacteristicNonZero

CharacteristicZero if R has CharacteristicZero

CoercibleFrom BasicOperator

CoercibleFrom R

CoercibleTo OutputForm

Eltable(R, R)

LeftModule %

LeftModule R if R has CommutativeRing

Magma

MagmaWithUnit

Module R if R has CommutativeRing

Monoid

NonAssociativeAlgebra R if R has CommutativeRing

NonAssociativeRing

NonAssociativeRng

NonAssociativeSemiRing

NonAssociativeSemiRng

RetractableTo BasicOperator

RetractableTo R

RightModule %

RightModule R if R has CommutativeRing

Ring

Rng

SemiGroup

SemiRing

SemiRng

SetCategory

unitsKnown