Skip to content
Prev 180233 / 398506 Next

limits

Try the rSymPy or Ryacas packages.

In the rSymPy code below the var command defines x
as symbolic to sympy and then we perform the
computation:
Loading required package: rJava
[1] "x"
[1] "8"

Or using devel version define x as symbolic first to sympy
and then to R:
[1] "x"
[1] "8"

or using Ryacas:
Loading required package: XML
[1] "Starting Yacas!"
expression(8)

More info is available here which you should read before
using these packages:

http://rsympy.googlecode.com
http://ryacas.googlecode.com


On Tue, May 5, 2009 at 5:39 AM, Hassan Mohamed
<hassan_hany_fahmy at yahoo.com> wrote: