Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap Maxima's residue calculation #11210

Open
kcrisman opened this issue Apr 17, 2011 · 2 comments
Open

Wrap Maxima's residue calculation #11210

kcrisman opened this issue Apr 17, 2011 · 2 comments

Comments

@kcrisman
Copy link
Member

I can't believe we haven't done this before, nor that someone hasn't requested it. See this ask.sagemath post.

sage: f(x)=1/x
sage: f.maxima_methods().residue(x,0)
1
f(x)=1/(x^2+1)
f.maxima_methods().residue(x,i)
-1/2*I

This should be a little easier to do than that.

CC: @jasongrout @burcin @wdjoyner

Component: calculus

Issue created by migration from https://trac.sagemath.org/ticket/11210

@kcrisman
Copy link
Member Author

kcrisman commented Jul 8, 2012

comment:1

Apparently Sympy also has this. See for example this answer to an ask.sagemath.org question by achrzesz.

@kcrisman
Copy link
Member Author

kcrisman commented Jul 8, 2012

comment:2

Also, when we do this, we should probably point out the bug that apparently is in Maxima there. I don't see a point in making a ticket for that until we actually wrap it, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants