Hello, On Wed, Oct 14, 2009 at 12:13 PM, Santanu Sarkar <sarkar.santanu....@gmail.com> wrote: > How can I write alpha, beta etc. in Sage?
Typically, one just uses the spelling of those letters. sage: alpha = var('alpha') sage: alpha^2 alpha^2 But, when you go to get their LaTeX code or typeset them, then Sage does the "right thing" sage: latex(_) \alpha^{2} Did you mean using the actual Greek symbols in the code? --Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---