On Thursday 28 August 2008, Simon King wrote: > Dear all, > > sage: R.<x,y,z>=GF(5)[] > sage: p=R.random_element() > sage: html(p) > <html><font color='black'>x^2 - 2*y*z + z^2 - 2*y</font></html> > > Is there an easy way to have an output that will appear in the browser > as a polynomial with proper exponents (such as x<sup>2</sup> - ... + > z<sup>2</sup>...) ?
Shouldn't view(p) do the job by typesetting it with jsMath? Martin -- name: Martin Albrecht _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99 _www: http://www.informatik.uni-bremen.de/~malb _jab: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
