Re: [Numpy-discussion] help(numpy.dot) Hmmm.

2009-12-20 Thread Wayne Watson
Unfortunately, I'm in something of a bind with version. Although, I wonder if I can operate two versions of Python on the same Win XP? Whoops, I read that wrong. Yes, I think I can upgrade numpy without much difficulty. I am stuck with holding on the current version of Python. Robert Kern wrot

Re: [Numpy-discussion] help(numpy.dot) Hmmm.

2009-12-20 Thread Robert Kern
On Sun, Dec 20, 2009 at 22:44, Wayne Watson wrote: > 1.2.0. Did you find the description in the reference manual? No, he found it using help(numpy.dot) using a more recent version of numpy. I highly recommend upgrading. -- Robert Kern "I have come to believe that the whole world is an enigma,

Re: [Numpy-discussion] help(numpy.dot) Hmmm.

2009-12-20 Thread Wayne Watson
1.2.0. Did you find the description in the reference manual? Charles R Harris wrote: > > > On Sun, Dec 20, 2009 at 7:37 PM, Wayne Watson > mailto:sierra_mtnv...@sbcglobal.net>> > wrote: > > I've just become acquainted with the help command in WinXP IDLE. > help(numyp.sin) works fine. Wha

Re: [Numpy-discussion] help(numpy.dot) Hmmm.

2009-12-20 Thread Charles R Harris
On Sun, Dec 20, 2009 at 7:37 PM, Wayne Watson wrote: > I've just become acquainted with the help command in WinXP IDLE. > help(numyp.sin) works fine. What's going on with dot? > > >>> help(numpy.core.multiarray.dot) > Help on built-in function dot in module numpy.core.multiarray: > > dot(...) > >

[Numpy-discussion] help(numpy.dot) Hmmm.

2009-12-20 Thread Wayne Watson
I've just become acquainted with the help command in WinXP IDLE. help(numyp.sin) works fine. What's going on with dot? >>> help(numpy.core.multiarray.dot) Help on built-in function dot in module numpy.core.multiarray: dot(...) Is there help for dot? -- Wayne Watson (Watson Adventu