Post Reply 
integration in CAS
01-15-2015, 08:58 AM (This post was last modified: 01-15-2015 09:24 AM by parisse.)
Post: #5
RE: integration in CAS
Fixed in source (infinite recursion). By the way, please report CAS bugs by commandlines instead of screen capture, it's much more efficient, for example here
int(1/sin(x^-1))
As a consequence int(sin(sqrt(x)^-1)) will not be integrated automatically anymore, that's the price to pay to avoid an infinite recursion. You will have to do the change of variable explicitly:
assume(t>0); a:=subst(int(sin(sqrt(x)^-1)),x=1/t^2); b:=subst(a,t=1/sqrt(x))
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
integration in CAS - phgerin - 01-14-2015, 01:57 PM
RE: integration in CAS - Snorre - 01-14-2015, 02:20 PM
RE: integration in CAS - parisse - 01-14-2015, 08:28 PM
RE: integration in CAS - phgerin - 01-15-2015, 07:02 AM
RE: integration in CAS - parisse - 01-15-2015 08:58 AM
RE: integration in CAS - Thomas Radtke - 01-15-2015, 10:45 AM



User(s) browsing this thread: 1 Guest(s)