AlgebraicHermiteIntegration(F, UP, UPUP, R)ΒΆ
intalg.spad line 50 [edit on github]
F: Field
UPUP: UnivariatePolynomialCategory Fraction UP
R: FunctionFieldCategory(F, UP, UPUP)
algebraic Hermite redution.
- HermiteIntegrate: (R, UP -> UP) -> Record(answer: R, logpart: R)
HermiteIntegrate(f, ')
returns[g, h]
such thatf = g' + h
andh
has a only simple finite normal poles.
- HermiteIntegrate: (R, UP -> UP, R) -> Record(answer: R, logpart: R)
HermiteIntegrate(f, ', d0)
returns[g, h]
such thatf = g' + d0*g + h
andh
has a only simple finite normal poles. Note:d0
must be integral.