Re: [sage-support] Re: Plotting untouched linear system

2012-02-23 Thread bthomas
Yes, exactly! Thank you Jason: Th - Original Message - From: Jason Grout To: sage-support@googlegroups.com Sent: Thu, 23 Feb 2012 10:46:44 -0600 Subject: [sage-support] Re: Plotting untouched linear system On 2/23/12 10:30 AM, btho...@nexus.hu wrote: > Hello, > > For clarity reasons,

[sage-support] Plotting untouched linear system

2012-02-23 Thread bthomas
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] [x