Subject: solving simple systems of equations manually
From: Tamas Papp
Date: Thu, 29 Mar 2012 18:16:56 +0000 (UTC)
On Thu, 29 Mar 2012 10:40:57 -0700, dlakelan wrote:
> On 03/29/2012 06:51 AM, Tamas Papp wrote:
>> Hi,
>>
>> This is a newbie question, I am still learning Maxima. I know a bit of
>> CL.
>>
>> I have the following system:
>>
>> /* equations */
>> eq1: r*U = b+lambda_u*(W0-U);
>> eq2: r*W0 = w0 + lambda_e*(W1-W0) + sigma*(U-W0); eq3: r*W1 = p +
>> sigma*(U-W1);
>> eq4: W0-U=beta*(W1-U);
>>
>> The unknowns are W0, W1, U, and w0. I am interested in the expression
>
> You've got W0 listed twice? what did you mean here?
Note the difference in case.
Tamas