intpar.spad line 466 [edit on github]
This package implements parametric integration in transcendental case.
diffextint(ext, csolve, [g1, ..., gn])
is like primextint and expextint but for differentialy transcendental extensions.
expextint(', rde, csolve, [g1, ..., gn])
returns a basis of solution of the homogeneous system h' + c1*g1 + ... + cn*gn = 0
Argument foo is an parametric rde
solver on F
. csolve
is solver over constants.
logextint(der, ufactor, csolve, rec, [g1, ..., gn])
returns [[u1
, ..., um], bas] giving basis of solution of the homogeneous systym c1*g1 + ... + cn*gn + c_n+1u1'/u1 + ... c_n+mum'/um = 0
monologextint(lup, csolve, rec)
is a helper for logextint
primextint(', ext, csolve, [g1, ..., gn])
returns a basis of solutions of the homogeneous system h' + c1*g1 + ... + cn*gn = 0
. Argument ext
is an extended integration function on F
. csolve
is solver over constants.
unkextint(ext, csolve, [g1, ..., gn])
is like primextint and expextint but for makes no assumption about generator of the extension.