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 -- http://mail.python.org/mailman/listinfo/python-list