On Mon, Sep 22, 2008 at 7:03 AM, kkwweett <[EMAIL PROTECTED]> wrote: > > (where is my my last post ?)
All 1st posts must be moderated due to the large amount of spam sent to the list. > > 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 -~----------~----~----~----~------~----~------~--~---