print jsmath(matrix(3,[0,1,0,0,0,0,0,0,0])) print jsmath(matrix(3,[0,1,0,0,0,0,0,0,2])) print jsmath(matrix(3,[0,1,0,3,0,0,0,0,2])) print jsmath(matrix(3,[0,1,6,3,5,0,4,0,2])) print jsmath(matrix(3,[0,1,6,3,5,7,4,0,2])) print jsmath(matrix(3,[8,1,6,3,5,7,4,0,2])) print jsmath(matrix(3,[8,1,6,3,5,7,4,9,2]))
produces the correct matrix output in the SAGE notebook command line but it does not produce the matrices when I hit the SAGE notebook hit tab. It just gives me the LaTeX code. I don't want the LaTeX code, I want to see the matrices. Also is there a way to say that I want a png image of a LaTeX output in SAGE notebook? --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
