On 6/2/06, Paul Van Allsburg <vanallsburg at hope.edu> wrote:
> I have installed GCL 2.6.7 and maxima 5.9.3 and am trying to run a
> sample script that was given me. The script is
>
> load(affine);
> declare(a,constant,b,constant,c,constant);
> declare_weights(x,1,y,1,z,1);
> ALL_DOTSIMP_DENOMS:[];
Try writing all_dotsimp_denoms instead of upper case.
Dunno if that will fix it, but I don't think it can work as intended
if you write the name in caps. (Maxima became case sensitive
in version 5.9.2.)
HTH
Robert Dodier