On Sep 22, 10:02 am, Al Kabaila <[EMAIL PROTECTED]> wrote:
> There are several packages for matrix algebra. I tried Numeric, numpy and
> numarray. All three are very good, but each uses different syntax.
That argument might have been valid 3 years ago, but as already said
by others,
On Sep 22, 4:02 am, Al Kabaila <[EMAIL PROTECTED]> wrote:
> 1. Is there any interest in matrix algebra "for the masses" (I mean interest
> in a wrapper for a subset of functions of the packages with a unified
> simple syntax)?
I wouldn't since I do pretty advanced st
On Sep 22, 11:32 am, "Tim Leslie" <[EMAIL PROTECTED]> wrote:
> There is no need for a wrapper. Both numarray and Numeric have been
> deprecated in favour of numpy, so numpy is the only one you need to
> use. Numpy should have all the tools you need. If you find something
> missing, there's a good c
ked to have everything that one could possibly wish.
And here we are, it is fallen out of favour. It seems to me to be unwise
to assume that in OSS there is the final, never to be superseded package
for anything, including matrix algebra. OTH, I appreciate your reminder of
SciPy. Thank you,
On Sep 22, 4:02 am, Al Kabaila <[EMAIL PROTECTED]> wrote:
> This is a very active newsgroup that incudes such giants as Frederik Lundh
He looks rather small to me in this picture:
http://www.python.org/~guido/confpix/flundh-2.jpg
--
http://mail.python.org/mailman/listinfo/python-list
, additionally highly
> desirable would be vector algebra. The packages do have all these
> functions, but currently only the basic functions are in the wrapper.
>
> There are several packages for matrix algebra. I tried Numeric, numpy and
> numarray. All three are very good, but ea
basic functions are in the wrapper.
There are several packages for matrix algebra. I tried Numeric, numpy and
numarray. All three are very good, but each uses different syntax. Not a
good thing for teaching... So I wrote a little python wrapper (under GPL)
to unify all packages with the same simple