On Mon, Jul 21, 2008 at 6:03 PM, Francis <[EMAIL PROTECTED]> wrote:
>
> Just to finalize the previous discussion. I have made the decision
> that I will focus on using python for numerical computations. My
> decision is based on the fact that
> A: it is using python rather than it is own obscure language
> B: nicer graphics although 3D requires other python libraries

Sage includes with two ways of doing 3D plotting, both which
work reasonably well, based on jmol and tachyon.  Try this, on
either the command line or notebook:

sage: x, y = var('x,y')
sage: plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))
sage: plot3d(sin(x*y), (x, -pi, pi), (y, -pi, pi), viewer='tachyon')


> C: it has functions for reading SEG-Y data and also deconvolution
> functions
> D: help function and function descriptions in Scilab are horrible and
> forums/mailing lists are not really effective.

Interesting.

> However to be honest, I have to admit that I have uninstalled Sage and
> just installed the Numpy, Scipy and Matlibplot only. Sage is becoming
> massive. The download is about 300MB and I recall that after unfolding
> it occupies a space of 800MB. Compare this with the 15MB of Scilab!!!
> Although it might seem to make Sage very powerful, I think I would not
> use 99.5% of the possibilities Sage offers and actually wasting
> computer resources.

Sorry for wasting your hard drive space.  Evidently the 3d graphics
I mention above won't be relevant for you.  Best of luck with
numpy/scipy/matplotlib/python.

 -- William

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-edu" group.
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-edu?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to