Description Usage Arguments Details Value See Also Examples
Create and manipulate sympy variables.
1 |
... |
Variable name as a string by which sympy should identify this varible |
retclass |
Class of object to be returned. |
An object of class "Sym"
is internally a sympy character string.
One can combine such objects using the Math and Ops R operators (see
help(Math) and help(Ops) for a list). Also the following are supported:
as.character.Sym
,
as.expression.Sym
,
Ops.Sym
,
Math.Sym
,
print.Sym
,
deriv.Sym
,
Limit
,
Var.Sym
,
solve.Sym
,
Integrate
,
t.Sym
,
List
,
Matrix
,
Var
,
Zero
,
Zeros
and
Eye
.
As in retclass
.
1 2 3 4 5 | ## Not run:
x <- Var("x")
x+x
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.