Changes http://wiki.axiom-developer.org/359MapWithBooleanDamagesMemory/diff
--
\begin{axiom}
gl:=[x+y=1,x-y=1]
sol:=solve(gl,[x,y])
[map(g +-> eval(g,s)::Boolean,gl) for s in sol]
\end{axiom}
results in 
  >> System error:
   Caught fatal error [memory may be damaged]

Axiom with --enable-checking says
   >> System error:
   Bad simple vector 0


--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to