I noticed that:
 
min([1+1j,-1+3j])
 
gives 1+1j in matlab (where for complex, min(abs) is used)
but gives -1+3j in numpy (where lexicographic order is used)
 
shouldn't this be mentioned somewhere in "Numpy for Matlab users" webpage?

--
Lorenzo Bolla
lbolla@gmail.com
http://lorenzobolla.emurse.com/