Yes, exactly!

Thank you Jason:
Th


----- Original Message -----
From: Jason Grout
To:  [email protected]
Sent:  Thu, 23 Feb 2012 10:46:44 -0600
Subject: [sage-support] Re: Plotting untouched linear system

On 2/23/12 10:30 AM, [email protected] 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 [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
URL: http://www.sagemath.org

-- 
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
URL: http://www.sagemath.org

Reply via email to