-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
implement at for symbolics #385
Comments
comment:4
This would also resolve #3914. |
Author: Karl-Dieter Crisman |
comment:5
Try this patch. It should do the trick. Notice that I do not make it a normal symbolic function like in functions/other.py or something, because it's only for use here for now. If necessary, I could do that, though - it's a nice second way to do things instead of .subs(), so I could also import it globally if appropriate. I put in doctests for this, #3914, and a direct call. |
comment:6
Attachment 'trac_385-at-evaluate.patch' not found :( |
Based on 4.1.2.alpha4 |
comment:7
Attachment: trac_385-at-evaluate.patch.gz Replying to @robert-marik:
It must have gotten lost somewhere during the latest Trac outage. This should work now. |
comment:8
Passes sage -testall and does what it claims. Adds some very very useful functionality. |
Reviewer: David Joyner |
Merged: sage-4.2.1.alpha0 |
CC: @jasongrout @burcin @williamstein @mwhansen
Component: calculus
Author: Karl-Dieter Crisman
Reviewer: David Joyner
Merged: sage-4.2.1.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/385
The text was updated successfully, but these errors were encountered: