symbol | R Documentation |
Find available assumptions at https://docs.sympy.org/latest/modules/core.html#module-sympy.core.assumptions.
symbol(x, ...)
x |
Name to turn into symbol |
... |
Assumptions like |
A caracas_symbol
as_sym()
if (has_sympy()) {
x <- symbol("x")
2*x
x <- symbol("x", positive = TRUE)
ask(x, "positive")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.