[Tutor] Trajectory Syntax Error

2011-03-30 Thread Carla Jenkins
I am new to Python learnig for a class. When I try using trajectory I receive an error. Here is the code: def logistic(x): return 4*x*(1-x) ds_logistic11=trajectory(logistic,0.11) SyntaxError: invalid syntax Sincerely, Carla Jenkins

[Tutor] Processing Financial Calculations using Python

2011-03-15 Thread Carla Jenkins
Are there specific Python commands to process present value, future value and net present value?  Thanks.   Sincerely, Carla Jenkins ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org

[Tutor] Higher-Order Function Examples

2011-02-13 Thread Carla Jenkins
Hello everyone: I am new to Python and am looking for higher-order function programming examples.  The programming codes do not feature the corresponding equation so I am lost. Please help me.   Sincerely, Carla Jenkins ___ Tutor maillist