Re: matrix algebra

2008-09-24 Thread Bas
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,

Re: matrix algebra

2008-09-24 Thread Carl Banks
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

Re: matrix algebra

2008-09-23 Thread alain
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

Re: matrix algebra

2008-09-22 Thread Al Kabaila
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,

Re: matrix algebra

2008-09-22 Thread Michael Palmer
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

Re: matrix algebra

2008-09-22 Thread Tim Leslie
, 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

matrix algebra

2008-09-22 Thread Al Kabaila
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