Re: [Numpy-discussion] Sintax differences

2008-06-20 Thread izak marais
I apologise for the horrible spelling mistake in the mail title! ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Sintax differences

2008-06-20 Thread Nathan Bell
On Fri, Jun 20, 2008 at 4:28 AM, izak marais <[EMAIL PROTECTED]> wrote: > Hi > > Is there a reason why the syntax is rand(n,n), but zeros((n,n)) to create an > n*n array? If not, perhaps this could be cleaned up? > SciPy's rand() is just a convenience wrapper: >>> help(rand) Help on built-in fun

[Numpy-discussion] Sintax differences

2008-06-20 Thread izak marais
Hi Is there a reason why the syntax is rand(n,n), but zeros((n,n)) to create an n*n array? If not, perhaps this could be cleaned up? Regards, Izak Marais ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/ma