powered by
Run yacas command
yac(x, rettype = c("str", "expr", "silent"))
yacas command
str for string/character, expr for expression, silent for silent
str
expr
silent
yac("D(x) x^2 + 4*x") yac("D(x) x^2 + 4*x", rettype = "str") yac("D(x) x^2 + 4*x", rettype = "expr") yac("D(x) x^2 + 4*x", rettype = "silent")
Run the code above in your browser using DataLab