[sage-support] Re: about functions evaluation

2008-07-21 Thread Robert Bradshaw
On Jul 18, 2008, at 12:04 PM, aniura wrote: Hi, I have no experience in sage, I began to use it two days ago because I need arbitrary precision arithmetic and Octave is not so god for that. I wanted to write a script where I evaluate a function which is also written in a script. this can

[sage-support] Re: about functions evaluation

2008-07-18 Thread Justin C. Walker
On Jul 18, 2008, at 12:04 , aniura wrote: I have no experience in sage, I began to use it two days ago because I need arbitrary precision arithmetic and Octave is not so god for that. There are a number of good Python tutorials and other doc available. Check the site

[sage-support] Re: about functions evaluation

2008-07-18 Thread Harald Schilly
On Jul 18, 9:04 pm, aniura [EMAIL PROTECTED] wrote: feval,... import filename (without .py) and now filename.function() calles it (there is also from filename import * (or list of function names)) harald --~--~-~--~~~---~--~~ To post to this group, send email

[sage-support] Re: about functions evaluation

2008-07-18 Thread aniura
I wanted to pass functions as arguments, so your example solved my problem, thank you! On Jul 18, 5:52 pm, Justin C. Walker [EMAIL PROTECTED] wrote: On Jul 18, 2008, at 12:04 , aniura wrote: I have no experience in sage, I began to use it two days ago because I need arbitrary precision