powered by
Get free symbol in expression
free_symbols(x)
Expression in which to get the free symbols in
if (has_sympy()) { def_sym(a, b) x <- (a - b)^4 free_symbols(x) }
Run the code above in your browser using DataLab