In running CAS integration tests 
https://www.12000.org/my_notes/CAS_integration_tests/index.htm, I noticed 
some Fricas tests fail because the build sets the 
flag setSimplifyDenomsFlag(true) at the start for all integrals.

But now I noticed some fail (due to time out of 3 minutes) when this flag 
is set. When I do not set this flag, FriCAS can integrate it. So it should 
be pass.

But I do not know now if I should this flag to true or not.  Here is an 
example

setSimplifyDenomsFlag(true)
integrate((b*tan(d*x + c)^3)^(3/2),x)

  hangs.

But

setSimplifyDenomsFlag(false)
integrate((b*tan(d*x + c)^3)^(3/2),x) 

Returns right away with answer.

Since there are 10's of thousands of integrals, how to decide which to 
option to use? 
Should I use false all the time?  Will using false make some that pass now 
when using true fail?

Any suggestions what to do? 

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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/34c7f433-2c69-4607-9927-9b7cbc0f3416%40googlegroups.com.
  • [fricas-devel] whe... 'Nasser M. Abbasi' via FriCAS - computer algebra system
    • [fricas-devel... 'Nasser M. Abbasi' via FriCAS - computer algebra system
      • Re: [fric... Waldek Hebisch
        • Re: [... 'Nasser M. Abbasi' via FriCAS - computer algebra system
          • R... 'Nasser M. Abbasi' via FriCAS - computer algebra system
            • ... Waldek Hebisch

Reply via email to