LinearlyExplicitOver RΒΆ
catdef.spad line 851 [edit on github]
R: Ring
An extension ring with an explicit linear dependence test.
- 0: %
from AbelianMonoid
- *: (%, R) -> %
from RightModule R
- *: (Integer, %) -> %
from AbelianGroup
- *: (NonNegativeInteger, %) -> %
from AbelianMonoid
- *: (PositiveInteger, %) -> %
from AbelianSemiGroup
- +: (%, %) -> %
from AbelianSemiGroup
- -: % -> %
from AbelianGroup
- -: (%, %) -> %
from AbelianGroup
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- latex: % -> String
from SetCategory
- opposite?: (%, %) -> Boolean
from AbelianMonoid
- reducedSystem: (Matrix %, Vector %) -> Record(mat: Matrix R, vec: Vector R)
reducedSystem(A, v)
returns a matrixB
and a vectorw
such thatA x = v
andB x = w
have the same solutions inR
.
- reducedSystem: Matrix % -> Matrix R
reducedSystem(A)
returns a matrixB
such thatA x = 0
andB x = 0
have the same solutions inR
.
- sample: %
from AbelianMonoid
- subtractIfCan: (%, %) -> Union(%, failed)
- zero?: % -> Boolean
from AbelianMonoid