Halfway symbolic halfway numeric evaluation on wxMAXIMA (Berns Buenaobra)
Subject: Halfway symbolic halfway numeric evaluation on wxMAXIMA (Berns Buenaobra)
From: Robert Dodier
Date: Thu, 18 Apr 2013 16:43:49 +0000 (UTC)
On 2013-04-18, Barton Willis <willisb at unk.edu> wrote:
> You might like to try making local assignments; for example
>
> (%i3) exp(x+y), x : 5, y : -6;
> (%o3) %e^(-1)
Yeah -- sometimes I do it like this:
foo + bar/baz, foo=1, bar=a, baz=%pi;
=> a/%pi + 1
i.e. with "=" in the temporary assignments instead of ":".
best
Robert Dodier