diff options
Diffstat (limited to 'src/algebra/algcat.spad.pamphlet')
-rw-r--r-- | src/algebra/algcat.spad.pamphlet | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/algebra/algcat.spad.pamphlet b/src/algebra/algcat.spad.pamphlet index d757de0f..94fde902 100644 --- a/src/algebra/algcat.spad.pamphlet +++ b/src/algebra/algcat.spad.pamphlet @@ -154,8 +154,7 @@ FramedAlgebra(R:CommutativeRing, UP:UnivariatePolynomialCategory R): convert(v:Vector R):% == represents(v) traceMatrix() == traceMatrix basis() discriminant() == discriminant basis() - regularRepresentation x == regularRepresentation(x, basis()) - coordinates x == coordinates(x, basis()) + coordinates(x:%) == coordinates(x, basis()) represents x == represents(x, basis()) coordinates(v:Vector %) == |