The assignment is to construct a two-column table that starts at x= -4 and 
ends with x= 5 with one unit increments between consecutive x values. It 
should have column headings ‘x’ and ‘f(x)’. I can't find anything helpful 
on html.table(), which is what we're supposed to use.

I'm pretty familiar with programming, just not with python and I don't know 
exactly what parameters html.table takes. 

This what I have so far. I just have no idea what to put into the 
html.table function.

x = var('x')
f(x) = (5 * x^2) - (9 * x) + 4
html.table()

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to