Wish I could send a patch :), but I'm not that good a python programmer. I'll try the convert method. Thanks!
On Tue, Jun 1, 2010 at 6:14 PM, Jason Grout <[email protected]> wrote: > On 5/30/10 6:41 PM, Jim Ragsdale wrote: >> >> I tried something else that a saw online: >> >> input: >> a=matrix(QQ,2,3,[1,2,3, 4,5,6]) >> show(a) >> >> output: >> looks like what I would expect. >> >> >> So do NumPy arrays not display like a matrix in the notebook? >> > > > That's correct, at least for "show". You could convert the numpy array to a > matrix and then show it, as a workaround. Patches are also welcome! > > Jason > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
