What is wrong with this

nure123 at gmail.com nure123 at gmail.com
Sat Feb 9 19:44:52 EST 2008


Hi,

I am new to Python and would be grateful if anyone could tell me what
is wrong with the following statement.

Y=array([1/S, 0*lam])

where
S=[1, 2, 3, 4]
lam=[5, 6, 7, 8]

I am using Numeric not the NumPy and the original module in which this
statement appears is supposed to be working perfectly fine since an
executable based on that module is working fine ( I may be wrong if
the original author derived his executable file from a version of
module other than the one whose code is distributed)

Thanks,

Nure



More information about the Python-list mailing list