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