Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Omit:

type=sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint

I had to set (don't know why)

global rand_poly

to get it work

A further suggestion (looks better):

html.table([("$f(x)=$",rand_poly)])
#instead of:  html("f(x)=")+html(rand_poly)