Hi again
Using more proper arguments reduces the size of the
error message:
(%i46) fast_linsolve([x=0,y=0],[x,y]);
Maxima encountered a Lisp error:
Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER: the variable $POLY_VECTOR
is unbound.
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
On a different topic: how do I define a function with no arguments?
I want to have a function whose output is, for instance, %RNUM_LIST.
How can I do this without dummy arguments?
Fabrizio