Axiom seems to take forever on: integrate(sqrt(1-z)*(sqrt(1-sqrt(z))+sqrt(sqrt(z)+1))*(2*sqrt(1-_ sqrt(z))*sqrt(sqrt(z)+1)*(2*z-1)-2*z-sqrt(z)+1)/z^(3/4), z=0..1, "noPole") same for the indefinite version. (Vladimir 49) Martin This is quite heavy computation and in current implementation it is done in rather inefficient
way. So very long compute time is expected. After doing ... --kratt6, Tue, 29 Jan 2008 11:29:48 -0800 reply Another failure:
integrate(sqrt(1 - z)*sqrt(sqrt(1 + z^2)), z) It seems that friCAS finally hangs calling reduce from FiniteDivisor?, which in turn is called by torsionIfCan in PFO. Similar:: fricas (1) -> setSimplifyDenomsFlag(true)
Type: Boolean
fricas integrate(2*z*sqrt(sqrt(2*z*z+2*sqrt(2)*z+2)+z+sqrt(2)),
Type: Union(Expression(Integer),
(Vladimir 48) Name:#417 integration failure => #417 slow integration
|