#13545: Can't create a symbolic variable named 'lambda'
-----------------------------+----------------------------------------------
Reporter: mjo | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-5.4
Component: symbolics | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-----------------------------+----------------------------------------------
Comment (by nbruin):
It may be inconvenient, but this can't work. The problem is that the top-
level `var` also injects a global variable binding and, as is correctly
reported, `lambda` isn't valid because it's a reserved keyword. The
workaround is to use a different `var`, such as `SR.var` or
`sage.calculus.var.var` (I hope those are really the same function), which
is almost equivalent to the workaround presented.
Close as "won't fix"? I don't see another option.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13545#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.