[back] [prev] [next] [index] [root]
AlffDifferentiation
Computes higher differentiations of function field elements.
Syntax:
b := AlffDifferentiation(p, m, a);
alff element |
b |
m-times differentiated element |
integer |
m |
|
alff place or element |
p |
|
alff element |
a |
element to differentiate |
See also: AlffDiff, AlffWronskian, AlffRamDivisor
Description:
Let F/k be an algebraic function field.
For a separating element p and an integer m this
function returns the m-th differentiation of a \in F.
If p is a place, a local parameter of the place as returned
by AlffPlacePrimeElt() is taken. Remark: The
implementation
is currently not efficient if m is larger than the positive
characteristic.
Example:
<- back[back] [prev] [next] [index] [root]