[sage-support] Re: Symbolic Matrix as a Latex Object

2009-09-28 Thread John H Palmieri
On Sep 27, 3:57 pm, John H Palmieri wrote: > On Sep 27, 5:55 am, louie wrote: [snip] > > Is this behaviour normal? > > No, it's a bug.  Note that when you execute "type(A)", you're not > asking for the matrix to be typeset, but for its type to be typeset. > With the typeset box checked, execut

[sage-support] Re: Symbolic Matrix as a Latex Object

2009-09-27 Thread John H Palmieri
On Sep 27, 5:55 am, louie wrote: > Hello, my platform is: > - W. Vista 64 > - Firefox 3.0.10 > - Sage Version 4.1.1 (VMWare) > > Last night I tried this Matlab exercise in the notebook (without > Typeset activated): > > x,y,z,a,b,c=var('x,y,z,a,b,c') > A=matrix(SR,[[a,b,1],[0,1,c],[x,0,0]]);A > [