[sage-support] Whats wrong with my function syntax?

2015-04-01 Thread CR
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

[sage-support] Re: Displaying a simple table

2015-01-22 Thread CR
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

[sage-support] Re: Displaying a simple table

2015-01-22 Thread CR
@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

[sage-support] Displaying a simple table

2015-01-22 Thread CR
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