On 22 January 2015 at 20:10, CR <craleb...@gmail.com> wrote:
> 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()

I have not used html.table myself, but typing html.table? to get the
online help shows what the parameters are and gives some examples.

John

>
> --
> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
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