On Thu, Jan 22, 2015 at 12:10 PM, 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()

Are you using sagenb.org, cloud.sagemath.com or sage running on your
own computer?

William
>
> --
> 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.



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
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