On 2/23/12 10:30 AM, btho...@nexus.hu wrote:
Hello,
For clarity reasons, in notebook, im trying to print a system before any
symbolic manipulation:
A=matrix(3,3,[x0,y0,1,x1,y1,1,x2,y2,1])
unk= vector(3,[a,b,c])
rhs=vector(3,[w0,w1,w2])
I would like to print A*unk=rhs such that the output becomes something similar
to:
[x0,y0,1]*[a]=[w0]
[x1,y1,1] [b] [w1]
[x2,y2,1] [c] [w2]
Is there a way to do this (preferably typesetted)?
Like this?
http://sagenb.org/home/pub/4378/
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