Re: [R] Symbolic Integration in R

2008-04-21 Thread Gabor Grothendieck
yacas has symbolic integration and the Ryacas package interfaces to it -- although that portion of yacas is not very mature. There are examples in the vignette: library(Ryacas) vignette("Ryacas") On Mon, Apr 21, 2008 at 7:09 AM, francogrex <[EMAIL PROTECTED]> wrote: > > This may be a question to

[R] Symbolic Integration in R

2008-04-21 Thread francogrex
This may be a question to R-development but I'm not sure. Symbolic differentiation is implemented in R (maybe not for extremely complex expressions), but it proves that it can be done. I know that in C++ it can be done (symbolic c++), do you think in R it can be programmed just using the R languag