On Fri, Jan 15, 2010 at 5:57 PM, Oscar Gerardo Lazo Arjona
wrote:
> When sage has to display a variable whose name is a greek letter it shows
> the
> corresponding greek letter. For example
>
> sage: show(var('alpha,beta,gamma'))
>
> will show the simbols for this letters, instead of
>
> (alpha,be
When sage has to display a variable whose name is a greek letter it
shows the
corresponding greek letter. For example
sage: show(var('alpha,beta,gamma'))
will show the simbols for this letters, instead of
(alpha,beta,gamma)
This sort of association is what I think sage should use with the
im