aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/curve.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/curve.spad.pamphlet')
-rw-r--r--src/algebra/curve.spad.pamphlet3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/algebra/curve.spad.pamphlet b/src/algebra/curve.spad.pamphlet
index 7f959605..02280f37 100644
--- a/src/algebra/curve.spad.pamphlet
+++ b/src/algebra/curve.spad.pamphlet
@@ -124,9 +124,6 @@ FunctionFieldCategory(F, UP, UPUP): Category == Definition where
differentiate : ($, UP -> UP) -> $
++ differentiate(x, d) extends the derivation d from UP to $ and
++ applies it to x.
- represents : (Vector UP, UP) -> $
- ++ represents([A0,...,A(n-1)],D) returns
- ++ \spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.
primitivePart : $ -> $
++ primitivePart(f) removes the content of the denominator and
++ the common content of the numerator of f.