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

Many thanks:
Th

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