#13545: Can't create a symbolic variable named 'lambda'
-----------------------------+----------------------------------------------
Reporter: mjo | Owner: burcin
Type: defect | Status: needs_review
Priority: major | Milestone: sage-duplicate/invalid/wontfix
Component: symbolics | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Nils Bruin, Burcin Erocal
Authors: | Merged in:
Dependencies: | Stopgaps:
-----------------------------+----------------------------------------------
Changes (by burcin):
* status: new => needs_review
* reviewer: => Nils Bruin, Burcin Erocal
* milestone: sage-5.4 => sage-duplicate/invalid/wontfix
Comment:
Replying to [comment:1 nbruin]:
> Close as "won't fix"? I don't see another option.
Agreed.
Another way to get a variable that is typeset as `\lambda` in latex mode
is
{{{
sage: var('l', latex_name='\lambda')
l
sage: latex(l)
\lambda
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13545#comment:2>
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.