Re: Python on Computation, Math and Statistics

2007-08-19 Thread W. Watson
Thanks. That looks interesting. Jaap Spies wrote: > W. Watson wrote: >> I would hope Python is doing a lot of standard computations beyond >> arithmetic. Trig functions and more. Comments? > > Try SAGE: http://www.sagemath.org/ > > Jaap > > > Permanents are here forever. --

Re: Python on Computation, Math and Statistics

2007-08-19 Thread W. Watson
Thanks. Paul McGuire wrote: > On Aug 19, 2:32 pm, "W. Watson" <[EMAIL PROTECTED]> wrote: >> Google? What's that? Thanks. I like to get a insider's view when I know >> experts are out there. > > FYI the "insiders" and "experts" out there appreciate knowing that you > did a little work on your own

Re: Python on Computation, Math and Statistics

2007-08-19 Thread W. Watson
Thanks. I appreciate the info. Diez B. Roggisch wrote: > W. Watson schrieb: >> Google? What's that? Thanks. I like to get a insider's view when I >> know experts are out there. So now I ask a deeper question. Are there >> matrix computation libraries or even statistical (regression, factor >> a

Re: Python on Computation, Math and Statistics

2007-08-19 Thread Jaap Spies
W. Watson wrote: > I would hope Python is doing a lot of standard computations beyond > arithmetic. Trig functions and more. Comments? Try SAGE: http://www.sagemath.org/ Jaap Permanents are here forever. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python on Computation, Math and Statistics

2007-08-19 Thread Paul McGuire
On Aug 19, 2:32 pm, "W. Watson" <[EMAIL PROTECTED]> wrote: > Google? What's that? Thanks. I like to get a insider's view when I know > experts are out there. FYI the "insiders" and "experts" out there appreciate knowing that you did a little work on your own before just posting questions. "I like

Re: Python on Computation, Math and Statistics

2007-08-19 Thread Sebastian Bassi
On 8/19/07, W. Watson <[EMAIL PROTECTED]> wrote: > Google? What's that? Thanks. I like to get a insider's view when I know > experts are out there. So now I ask a deeper question. Are there matrix > computation libraries or even statistical (regression, factor analysis) > libraries? If you are so

Re: Python on Computation, Math and Statistics

2007-08-19 Thread Diez B. Roggisch
W. Watson schrieb: > Google? What's that? Thanks. I like to get a insider's view when I know > experts are out there. So now I ask a deeper question. Are there matrix > computation libraries or even statistical (regression, factor analysis) > libraries? That's your idea of an "in depth question

Re: Python on Computation, Math and Statistics

2007-08-19 Thread W. Watson
Google? What's that? Thanks. I like to get a insider's view when I know experts are out there. So now I ask a deeper question. Are there matrix computation libraries or even statistical (regression, factor analysis) libraries? Diez B. Roggisch wrote: > W. Watson schrieb: >> I would hope Python

Re: Python on Computation, Math and Statistics

2007-08-19 Thread Diez B. Roggisch
W. Watson schrieb: > I would hope Python is doing a lot of standard computations beyond > arithmetic. Trig functions and more. Comments? Bad google day? http://docs.python.org/lib/numeric.html Additionally, there are several scientific extensions, like SciPy, Numeric/Numpy and so forth. Diez

Python on Computation, Math and Statistics

2007-08-19 Thread W. Watson
I would hope Python is doing a lot of standard computations beyond arithmetic. Trig functions and more. Comments? -- Wayne Watson (Nevada City, CA) Web Page: -- http://mail.python.org/mailman/listinfo/python-list