(where is my my last post ?)

you can indirectly get :

>./sage
--------------------------
| SAGE Version 3.1.1 ...
| Type notebook()....
------------------------------

sage: var('a b t x')
(a, b, t, x)
sage: assume(b<0)
sage: expr(x)=integral(exp(-2*I*pi*(a+I*b)*t),t,0,x)
sage: factor(limit(expr(x),x=infinity)
-1*I/(2*pi*(I*b+a))

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to