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
imaginary "I" and "i".
Complex expressions include "I" which is not conventional. I understand
that using I
is safer given the common use of this letter as an index (in for loops
for example), but
it would be good if it was associated to "i" in the same way as greek
letters are to
their symbols.
wstein mentioned in a different post
http://groups.google.com/group/sage-support/browse_thread/thread/f7aafa5611e72df4/5dbba0ca80ee97ec?lnk=raot&pli=1
, that an option to forbid the use of certain
variable names as forbidden given their common use as mathematical
quantities. If
such an option is created, then I think it would be good to include the
possibility to
define this kind of associations.
A related issue is the imposibility of using variable name 'lambda' due
to it being a
python keyword. That variable name is very often needed. But then, if the
variable name-display association option was implemented, it would be
possible to
associate the greek letter lambda to lets say, "llamda"
what do you think?
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org