[Maxima] Further work on $specint

Richard Fateman fateman at cs.berkeley.edu
Sun Jun 22 11:56:48 CDT 2008


dynamic binding should let you use the pattern matching m2 for any variable.

(defun your_matcher(... ltvar)


   (declare (special var *par*))

     (let ((var ltvar))

              .... now you can call m2

)




More information about the Maxima mailing list