Fernando wrote:
> For those tasks, I usually implement the code using the vectorized
> functionalities of MATLAB. ...

I also recommend you to look into numpy/scipy which is included in
sage. Maybe for the start, you should leave sage alone and just work
with python directly? i.e. install numpy, scipy, ipython and
matplotlib and start "ipython -pylab".
On the web are numerous examples what to do when you search for those
5 keywords ;)

(small hint: x^2 is x**2 in pure python, sage preparses that!)

H
--~--~---------~--~----~------------~-------~--~----~
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