Hi, there's an error in

http://www.sagemath.org/doc/numerical_sage/numpy.html

at the part where says

"You can see that numpy.meshgrid() produces a pair of matrices, here
denoted xx and yy, such that (xx[i,j],yy[i,j]) has coordinates
(x[i],y[j])."

(It's just after the meshgrid() example). (xx[i,j],yy[i,j]) has
coordinates (x[j],y[i]), not (x[i],y[j])

Right?

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to