Dan Aldrich wrote:
> I've been using sagenb for a few weeks now and have the hang of most 
> of the easy things. Is there a way to generate tables of a user 
> defined function? I'm still switching over to Excel or the TI 
> calculator to do that.
> 

On that new thread :), can  you give an example of exactly what you 
mean, i.e., give the output you want and describe what you have for input?

I think this will be very easy to do, but we have to see exactly what 
you mean.  For example, for a list:

f(x)=cos(x)-x
values=[(i, n(f(i))) for i in [0..2*pi,step=0.1]]
print values

or for a pretty output:

html.table(values)


Jason



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to