Re: Differences Between Arrays and Matrices in Numpy

2009-07-29 Thread Robert Kern
On 2009-07-29 18:27, Colin J. Williams wrote: Robert Kern wrote: On 2009-07-29 15:23, Nanime Puloski wrote: What are some differences between arrays and matrices using the Numpy library? When would I want to use arrays instead of matrices and vice versa? You will want to ask numpy questions o

Re: Differences Between Arrays and Matrices in Numpy

2009-07-29 Thread Colin J. Williams
Robert Kern wrote: On 2009-07-29 15:23, Nanime Puloski wrote: What are some differences between arrays and matrices using the Numpy library? When would I want to use arrays instead of matrices and vice versa? You will want to ask numpy questions on the numpy mailing list: http://www.scipy.o

Re: Differences Between Arrays and Matrices in Numpy

2009-07-29 Thread Nobody
On Wed, 29 Jul 2009 16:23:33 -0400, Nanime Puloski wrote: > What are some differences between arrays and matrices using the Numpy > library? Matrices are always two-dimensional, as are slices of them. Matrices override mulitplication and exponentiation to use matrix multiplication rather than ele

Re: Differences Between Arrays and Matrices in Numpy

2009-07-29 Thread Robert Kern
On 2009-07-29 15:23, Nanime Puloski wrote: What are some differences between arrays and matrices using the Numpy library? When would I want to use arrays instead of matrices and vice versa? You will want to ask numpy questions on the numpy mailing list: http://www.scipy.org/Mailing_Lists An

Differences Between Arrays and Matrices in Numpy

2009-07-29 Thread Nanime Puloski
What are some differences between arrays and matrices using the Numpy library? When would I want to use arrays instead of matrices and vice versa? -- http://mail.python.org/mailman/listinfo/python-list