Hello list, I found a problem with integrate, look at the following sequence:
sage: integrate(sin(x)/(cos(x))^2,x) 1/cos(x) -------- It's ok ----------------- Now I try to add an interval: sage: integrate(cos(x)/(sin(x))^2,x,pi/6,pi/4) ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line statement', (30, 0)) etc any idea? Thanks in advance --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---