Post Reply 
Another oddity, integral in home
11-28-2016, 06:59 AM
Post: #7
RE: Another oddity, integral in home
From CAS, you get the same, with a warning displayed.
You can get a more precise result like this:
a:=∫( ( √( TAN(x) ) - √( SIN(x)) )/x^3, x, 1e-4, 1);
b:=series(( √( TAN(x) ) - √( SIN(x)) )/x^3, x=0,10,polynom);
c:=int(b,x,0,1e-4);
a+c;
returns
0.52629190882
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Another oddity, integral in home - lrdheat - 11-27-2016, 06:54 PM
RE: Another oddity, integral in home - parisse - 11-28-2016 06:59 AM



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