[Numpy-discussion] index of minimum of array

Alan Isaac aisaac at american.edu
Fri Apr 13 16:34:48 EDT 2007


> On 4/13/07, Tommy Grav <tgrav at mac.com> wrote:
>> how do I find the index of the minimum value of an numpy 
>> array?  Example a = array([1.,2.,0.4,3.]) I want the i=2 
>> since a[i] = 0.4 is the smallest value in a. 


On Fri, 13 Apr 2007, Timothy Hochberg wrote: 
> argmin 

Just a reminder that there exist a very useful example list
http://www.scipy.org/Numpy_Example_List#argmin

and a wonderful reference:
http://www.tramy.us/

Cheers,
Alan Isaac





More information about the NumPy-Discussion mailing list