Skip to content
Prev 2623 / 15274 Next

Symbolic computation in R

The Ryacas package provides an interface to the yacas symbolic
algebra system.  yacas is not very sophisticated when it comes to
integration but for the very simplest of cases it should be ok:
For more info see home page at
http://ryacas.googlecode.com
Loading required package: XML
[1] "Starting Yacas!"
expression(x^3/3)
expression(list(x == 2 * y))
Thank you for using yacas
On Sun, Jul 6, 2008 at 4:57 PM, el_eli at gmx.de <el_eli at gmx.de> wrote: