AlgebraicIntegrate(R0, F, UP, UPUP, R)ΒΆ

intalg.spad line 133 [edit on github]

This package provides functions for integrating a function on an algebraic curve.

algintegrate: (R, UP -> UP, F -> IntegrationResult F) -> IntegrationResult R

algintegrate(f, d, rec) integrates f with respect to the derivation d.

palgintegrate: (R, F, UP -> UP) -> Record(result1: IntegrationResult R, result2: F)

palgintegrate(f, x, d) integrates f with respect to the derivation d. Argument f must be a pure algebraic function.