Something is seriously wrong with simple integration in 4.1.2: sage: a=sqrt((sin(t))^2 + (cos(t))^2) sage: integrate(a, t, 0, 2*pi) # WRONG! pi sage: a.simplify_full().simplify_trig() 1 sage: integrate(a.simplify_full().simplify_trig(), t, 0, 2*pi) 2*pi
Any idea what is going on? Thanks, Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---