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 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