Description Usage Arguments Details Value Note Examples
The Symbol interface to mpr.
1 |
... |
Character strings or objects that can be coerced to a character strings. |
An object of class "Sym" is internally a mpr character string.
An object of class "Expr" is internally an R expression.
One can combine such objects using the Math and Ops R operators (see
help(Math) and help(Ops) for a list). Also there are methods for a
number of R generics:
as.character.Sym,
as.expression.Sym,
determinant.Sym,
deriv.Sym and
print.Sym
and mpr-oriented functions:
Clear,
Conjugate,
Expand,
Factor,
Factorial,
I,
Identity,
Infinity,
Integrate,
Inverse,
InverseTaylor,
Limit,
List,
N,
Newton,
Pi,
Precision,
PrettyForm,
PrettyPrinter,
Set,
Simplify,
Solve,
Subst,
Taylor,
TeXForm,
Ver and "
all of which have
the same meaning as the corresponding mpr commands.
Try vignette("Sym") for many examples.
Sym returns a "Sym" object and Expr returns an
"Expr" object.
Currently the only Expr methods implemented are
as.character.Expr, deriv.Expr, Math.Expr, Ops.Expr and print.Expr.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.