intpar.spad line 1652 [edit on github]
This package implements general parametric integration. Most work is delegated to other packages.
extendedint(x, [k1, ..., kn], [g1, ..., gn])
returns a basis of the homogeneous system dh/dx + c1*g1 + ... + cn*gn = 0
. Solutions are in the field generated by k1
, ..., kn
.
extendedint(f, x, [g1, ..., gn])
returns solution of the system f = dh/dx + c1*g1 + ... + cn*gn
and and a basis of the associated homogeneous system dh/dx + c1*g1 + ... + cn*gn = 0
. Solutions are in the field generated by kernels of f
and g1
, ..., gn
.
extendedint(f, x, [k1, ..., kn], [g1, ..., gn])
is like extendedint(f
, [k1
, ..., kn
], [g1
, ..., gn
]) but looks for solutions in the field generated by k1
, ..., kn
.
logextint(x, lk, lg)
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
polylog_int(f, x, k0, [k1, ..., kn], g)