depends_func (expr func) > true (if expr depends func) > false (otherwise) ex. (depends_func expr 'mplus)
file:
file:
file:
depends_func (expr func) > true (if expr depends func) > false (otherwise) ex. (depends_func expr 'mplus)
(setf (symbol-plist $f) '(MPROPS (NIL MEXPR ((LAMBDA) ((MLIST) $x) (MPLUS $x 1)))))maximaで
(list `(mdefine simp) func2 (mul2 ini (pow '%e ($intstyle e2 y))))
(setq func1 (concat x n)) (setq func2 (list `(,func1 simp) y)) (setf result1 (mul2 ini (pow '%e ($intstyle e2 y))) ) (setf result2 `(MPROPS (NIL MEXPR ((LAMBDA) ((MLIST) ,y) ,result1))) ) (setf (symbol-plist func1) result2)