'Nasser M. Abbasi' via FriCAS - computer algebra system
2018-06-17 12:54:19 UTC
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
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
--
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 fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
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 fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.