Return the body of a symbolic function by using
formula
. You can use the body for operations such as
indexing into the function. Return the arguments of a symbolic function by using
argnames
.
Index into the symbolic function [x^2, y^4]
. Since a
symbolic function is a scalar, you cannot directly index into the function.
Instead, index into the body of the function.
Return the arguments of the function.