Dan wrote:
> My apologies for posting in the other thread. Forgot to move up a
> level.
> 
> 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.  TI table function lets you punch in table
> values and calculates values in table.
> 
> Thanks,
> -d
> 
> x = var('x')
> plot ((e^(2*x) - 1)/(x),(-.75,.75))
> 

Try:

f(x)=(e^(2*x) - 1)/(x)
[n(f(i)) for i in [.1, .01, .001, .0001]]

Jason


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

Reply via email to