Hi everyone! I'd like to know if there is a way of finding the series expansion of a given function around zero and infinity, Is it possible?
I tried with sympy.series, didn't work sage: reset() sage: from sympy import * sage: r = Symbol('r') sage: sympy.series(2*r/sinh(2*r), r) -- 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