powered by
Symbolic differentiation of an expression
der(expr, vars)
A caracas_symbol
caracas_symbol
variables to take derivate with respect to
# NOT RUN { if (have_sympy()) { x <- symbol("x") y <- symbol("y") f <- 3*x^2 + x*y^2 der(f, x) } # }
Run the code above in your browser using DataLab