I've been using sagemath throughout the semester with few problems, but I
just can't seem to figure out what's wrong with my syntax here.
x = var('x')
p(x) = x^3 – 3*x^2 + x - 1
Dp(x) = derivative(p(x), x)
plot(p(x), -1, 1)
I'm getting this error:
Traceback (most
I figured it out with the help command you guys pointed out. Thanks!
--
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.
T
@William: sagemath..edu. Its my college's server.
--
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 gro
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 famili