Re: [R] Integrating functions in R

2008-09-29 Thread Jorge Ivan Velez
Dear Kim, Yes. Take a look at the Ryacas vignette { http://cran.r-project.org/web/packages/Ryacas/vignettes/Ryacas.pdf}, section 5.7. HTH, Jorge On Mon, Sep 29, 2008 at 3:52 PM, <[EMAIL PROTECTED]> wrote: > I want to integrate the function (sin^7*x)*(cos^8*x)dx. I do not have > values to in

[R] Integrating functions in R

2008-09-29 Thread kvest
I want to integrate the function (sin^7*x)*(cos^8*x)dx. I do not have values to integrate between. I just want R to give me the integral of the function. For example R takes the derivative of the function by d1=D(expression(x^2*(cosh*(x^3))), "x"). Is there a similar function available in R to