Re: [Numpy-discussion] Reduced row echelon form

2008-11-20 Thread Robert Young
Excellent, thank you all for your input. I don't actually have a specific problem that I need it for I just wanted to be able to work through some book examples. I'll take a look at Sage and Sympy. Thanks Rob On Wed, Nov 19, 2008 at 10:14 AM, Stéfan van der Walt <[EMAIL PROTECTED]>wrote: > Hi Ro

Re: [Numpy-discussion] Reduced row echelon form

2008-11-19 Thread Stéfan van der Walt
Hi Robert, 2008/11/18 Robert Young <[EMAIL PROTECTED]>: > Is there a method in NumPy that reduces a matrix to it's reduced row echelon > form? I'm brand new to both NumPy and linear algebra, and I'm not quite sure > where to look. I use the Sympy package. It is small, easy to install, runs on pu

Re: [Numpy-discussion] Reduced row echelon form

2008-11-18 Thread jason-sage
Anne Archibald wrote: > 2008/11/18 Robert Young <[EMAIL PROTECTED]>: > > >> Is there a method in NumPy that reduces a matrix to it's reduced row echelon >> form? I'm brand new to both NumPy and linear algebra, and I'm not quite sure >> where to look. >> > > Unfortunately, reduced row-echelo

Re: [Numpy-discussion] Reduced row echelon form

2008-11-18 Thread Anne Archibald
2008/11/18 Robert Young <[EMAIL PROTECTED]>: > Is there a method in NumPy that reduces a matrix to it's reduced row echelon > form? I'm brand new to both NumPy and linear algebra, and I'm not quite sure > where to look. Unfortunately, reduced row-echelon form doesn't really work when using approx

Re: [Numpy-discussion] Reduced row echelon form

2008-11-18 Thread Robert Kern
On Tue, Nov 18, 2008 at 14:21, Robert Young <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a method in NumPy that reduces a matrix to it's reduced row echelon > form? I'm brand new to both NumPy and linear algebra, and I'm not quite sure > where to look. No, we don't have a function to do that. Wha

[Numpy-discussion] Reduced row echelon form

2008-11-18 Thread Robert Young
Hi, Is there a method in NumPy that reduces a matrix to it's reduced row echelon form? I'm brand new to both NumPy and linear algebra, and I'm not quite sure where to look. Thanks Rob ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://p