y_fn | R Documentation |
yacas
callPrepare simple yacas
call
y_fn(x, fn, ...)
x |
parameter to function |
fn |
function with parameter |
... |
additional arguments to |
y_fn("x^2 - 1", "TeXForm") yac_str(y_fn("x^2 - 1", "TeXForm")) y_fn("x^2 - 1", "Factor") yac_str(y_fn("x^2 - 1", "Factor")) cmd <- "x^2 - 1 == 0" %>% y_fn("Solve", "x") cmd sol <- yac_str(cmd) sol yac_str(y_rmvars(sol))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.