Re: [Tutor] Linear Algebra weirdness

2009-02-26 Thread Robert Berman
Hi, I didn't get nearly as far as you. In [2]: from LinearAlgebra import * --- ImportError   Traceback (most recent call last) /home/bermanrl/ in () ImportError: No module named LinearAlgebra

Re: [Tutor] Linear Algebra weirdness

2009-02-26 Thread Kent Johnson
On Thu, Feb 26, 2009 at 12:32 AM, Mr Gerard Kelly wrote: > I am getting some very strange behaviour from the Linear Algebra module. > > Look at this code: > > from LinearAlgebra import * > > a=5 > print a > > And look at the output that I get when I run it: > > 50.0 > 0.0 > 0.25 > 0.0 > 0.5 > 0.0

[Tutor] Linear Algebra weirdness

2009-02-26 Thread Mr Gerard Kelly
I am getting some very strange behaviour from the Linear Algebra module. Look at this code: from LinearAlgebra import * a=5 print a And look at the output that I get when I run it: 50.0 0.0 0.25 0.0 0.5 0.0 0.75 0.0 1.0 [[ 2.5000e-01 -2.5000e-01 -4.3750e-01 ..., 3.73459082e+