Automorphism RΒΆ
ore.spad line 291 [edit on github]
R: Ring
Automorphism R
is the multiplicative group of automorphisms of R
.
- 1: %
from MagmaWithUnit
- ^: (%, Integer) -> %
from Group
- ^: (%, NonNegativeInteger) -> %
from MagmaWithUnit
- ^: (%, PositiveInteger) -> %
from Magma
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- commutator: (%, %) -> %
from Group
- latex: % -> String
from SetCategory
- leftPower: (%, NonNegativeInteger) -> %
from MagmaWithUnit
- leftPower: (%, PositiveInteger) -> %
from Magma
- leftRecip: % -> Union(%, failed)
from MagmaWithUnit
- morphism: ((R, Integer) -> R) -> %
morphism(f)
returns the morphism given byf^n(x) = f(x, n)
.
- morphism: (R -> R) -> %
morphism(f)
returns the non-invertible morphism given byf
.
- morphism: (R -> R, R -> R) -> %
morphism(f, g)
returns the invertible morphism given byf
, whereg
is the inverse off
..
- one?: % -> Boolean
from MagmaWithUnit
- recip: % -> Union(%, failed)
from MagmaWithUnit
- rightPower: (%, NonNegativeInteger) -> %
from MagmaWithUnit
- rightPower: (%, PositiveInteger) -> %
from Magma
- rightRecip: % -> Union(%, failed)
from MagmaWithUnit
- sample: %
from MagmaWithUnit
Eltable(R, R)