Hi Minh, Minh Nguyen wrote: > >> (Where should I have looked in the documentation to find out by myself?, >> Maybe there are more useful hints.) > > The numpy() method you are referring to is in the file > > SAGE_ROOT/devel/sage-main/sage/matrix/matrix_real_double_dense.pyx
Thanks for that hint. > > Unfortunately, at the moment that file is not in the reference manual > [1] so you can't find documentation for numpy() in the reference > manual. Thats a pity. > However, you could still get the relevant documentation as > demonstrated in the following command line transcript. Notice that the > question mark "?" means to get the documentation of the relevant > method, function, or class. > <SNIP> Thats clear. I love and use the "?"-feature of ipython since I the beginning of my python usage some years ago. The question is: Where should I have found the information about the existence of .numpy? And where will the next one with that problem find it? Is there something like the scipy cookbook for sage where this could be added? At least this thread is tracked by search engines, hence someone who uses the right keywords will stumble on it. Many Thanks again. Bastian. -- 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