Peter Otten wrote: > from numarray import array > a = array(a) > b = array(b) > c = array(c) > d = array(d) > e = (c-d) - (a-b)*(a-b)
Oops, bearophile has already posted the same idea with better execution... -- http://mail.python.org/mailman/listinfo/python-list