[EMAIL PROTECTED] wrote:
> Hi All,
> 
> Could anybody tell me what is the problem with the following sequence
> with which I always get the above error message. I use Numeric and
> Python 2.4
> 
> x=array([1,2,3,4])
> y=exp(x)

The meaning of the error message is fairly obvious - exp() can't operate 
on arrays. I presume Numeric has its own exp(), and that you need to use 
that instead.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to