On Sunday, June 17, 2018 at 7:54:19 AM UTC-5, Nasser M. Abbasi wrote: > > I am using sagemath to call fricas integrate, as in > > sage: integrate((x+(1+x)^(1/2))^(1/2)/(x^2+1)/(1+x)^(1/2),x, > algorithm="fricas") > > The problem is that I need to setSimplifyDenomsFlag(true) before, which I > do not know how to do this from sage, since it only supports the above call > as far as I know. But I also just asked about this at the sagemath form > https://ask.sagemath.org just in case there is way. > > Is it possible to build Fricas on Linux with this flag true? If so, how? > Otherwise, many integrals will timeout because of this and I could not use > sage to test fricas using this method. > > Thanks > --Nasser > > >
Does Fricas has some initialization file that is read each starts it starts (may be put it in my $HOME directory)? if so, I could put the command setSimplifyDenomsFlag(true) in it and this should solve the problem. I googled and could not find anything so far. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
