Hi, I've been going through my integral test suite and I've ran across one integral that maxima doesn't like at all, but FriCAS doesn't have a problem with.
var('x')
f = sin(x)/x
g = f.integrate(x)
g isn't integrated or recognized as a particular function.
However, if I do,
h = axiom.integrate(f,x)
I get Si(x), which by definition is the integral of sin(x)/x.
Note that Sage doesn't have Si defined in the normal namespace.
Thoughts?
Cheers,
Tim.
smime.p7s
Description: S/MIME cryptographic signature
