> try starting with the tutorial: > http://www.scipy.org/Tentative_NumPy_Tutorial > > For example, to extract an array containing the maxima of each row of > mymatrix, you can use the amax() function: > > temp = numpy.amax(mymatrix, axis=1) > > thanx..had a tuff time finding the functions..will go thru the tutorial dn