cas complex tests
- Subject: cas complex tests
- From: Barton Willis
- Date: Thu, 11 Nov 2010 09:33:31 -0600
How many users will be satisfied with:
(%i1) integrate(sqrt((x^2-2*x+1)/x),x,0,1);
(%o1) -4/3
(%i2) integrate(sqrt(x-2+1/x),x,0,1);
(%o2) 4/3
--Barton