On Mon, Jan 20, 2020 at 10:26:50AM +0800, oldk1331 wrote: > On 1/20/20 5:44 AM, 'Martin R' via FriCAS - computer algebra system wrote: > > Actually, this is a proper bug in FriCAS, because the translation of > > your integral is > > > > integrate((%i*a*tan(d*x + c) + a)*sec(d*x + c)^10, x) > > > > (note the "%i" instead of "I", which is FriCAS' complex unity, "I" is > > just any other variable for FriCAS) > > Seems fixed in SVN repo? Though I'm not sure which commit fixed it.
2019-07-18 Waldek Hebisch <[email protected]> * src/algebra/efstruc.spad, src/algebra/gaussian.spad, src/algebra/integrat.spad: Avoid unsound use of Complex src/algebra/Makefile.in: Adjust is intened to fix exactly this. More work in direction is needed, in particular we should get rid of 'real' in 'integrate', but worst problems are gone. -- Waldek Hebisch -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/20200120150421.GA14959%40math.uni.wroc.pl.
