Maxima: Transforming solutions obtained by linsolve.
Subject: Maxima: Transforming solutions obtained by linsolve.
From: Jaime Villate
Date: Mon, 19 Nov 2007 11:53:24 +0000
On Sat, 2007-11-17 at 11:45 +0200, Constantine Frangos wrote:
> I could not extract the %r1 and %r2 as these seem to be different
> each time
> linsolve() is called, eg %r3, %r4, etc
If you do:
%rnum: 0$
before each call to linsolve, the constants used will always be %r1 and
%r2. (I think %rnum is not documented anywhere; I will check and fix the
manual if necessary).
Regards,
Jaime