RE : crazy run-time fluctuations (mostly super-slow) -- a bit more data
Subject: RE : crazy run-time fluctuations (mostly super-slow) -- a bit more data
From: Rupert Swarbrick
Date: Sat, 22 Oct 2011 18:46:02 +0100
Oliver Kullmann <O.Kullmann at swansea.ac.uk> writes:
> Not even
>
> (%i1) :lisp(random-state-p random-state)
>
> Maxima encountered a Lisp error:
>
> The variable RANDOM-STATE is unbound.
>
> works?
I haven't tried to do anything useful with this, but special variables
like this in Lisp tend to have names of the form *foo*. In particular:
(%i1) :lisp (random-state-p *random-state*)
T
Rupert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 315 bytes
Desc: not available
URL: <http://www.math.utexas.edu/pipermail/maxima/attachments/20111022/3583423a/attachment.pgp>