integrate((x^2+1)/(x^4+1),x,0,1) can't be simplified



integrate((x^2+1)/(x^4+1),x,0,1) can be simplifed. When I run this command  
under Maxima,it returns:

(%i1) integrate((x^2+1)/(x^4+1),x,0,1);
                           sqrt(2) + 2         2 - sqrt(2)
                      atan(-----------)   atan(-----------)
                             sqrt(2)             sqrt(2)
(%o1)                ----------------- + -----------------
                           sqrt(2)             sqrt(2)

However in Matlab it returns:

>> syms x;
>> int((x^2+1)/(x^4+1),0,1)

ans =

1/4*2^(1/2)*pi

How to make Maxima simplify it?

Zhang Cun


-- 
Welcome to my blog: http://apzc2529.raydi.com

Chinese Blog at http://apzc2529.cublog.cn

Email:apzc2529 at gmail.com