From c7514825ba2dfd72261b2049d826c36b2e5c0593 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 31 Aug 2008 20:28:57 +0000 Subject: * algebra/aggcat.spad.pamphlet (FiniteLinearAggregate): Remove duplicate definition of reverse. * algebra/algcat.spad.pamphlet (FramedAlgebra): Remove duplicate definition of regularRepresentation. Explicitly disambiguate the argument of coodinates. * algebra/efupxs.spad.pamphlet (ElementaryFunctionsUnivariatePuiseuxSeries): Remove duplicate definition of asinhIfCan, acoshIfCan, asechIfCan, acshIfCan. * algebra/equation2.spad.pamphlet (Equation): Remove duplicate definition of *: (S,%) -> %. * algebra/fortpak.spad.pamphlet (MultiVariableCalculusFunctions): Remove duplicate definition of jacobian. * algebra/tree.spad.pamphlet (BinaryTree): Remove duplicate definition of empty. --- src/algebra/algcat.spad.pamphlet | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/algebra/algcat.spad.pamphlet') 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 %) == -- cgit v1.2.3