How do I retrieve binding powers in a Maxima function definition?
Subject: How do I retrieve binding powers in a Maxima function definition?
From: David R Stoutemyer
Date: Sat, 29 Oct 2011 09:54:33 -1000
:lisp (get '$+ 'rbp) returns the right binding power of the "+" operator, but it appears that I can use ":lisp" only at the top level.
How do I retrieve and assign a right binding power to a local variable in a Maxima function definition?
-- David Stoutemyer