pong wrote:
> 
> For a quick solution, you can try
> 
> print('a2 ='),a2
> 
> I hope someone who know SAGE much better can tell you how to print it
> in the LaTeX form.


print('a2='),latex(a2)

or

print('a2 = %s'%latex(a2))

-Jason



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to