Skip to content

yacas

2 messages · Hassan Mohamed, Gabor Grothendieck

#
You haven't provided any code so we have no idea what
the problem is.   Make sure you have read the troubleshooting
sections on the home page?
http://ryacas.googlecode.com

Here is an example:
Loading required package: XML
[1] "Starting Yacas!"
expression((x + 1) * (x - 1))


You can also try the rSymPy package.
Installation has fewer gotchas:
Loading required package: rJava
[1] "x"
[1] "-(1 + x)*(1 - x)"

See home page at http://rsympy.googlecode.com

On Tue, May 5, 2009 at 6:41 PM, Hassan Mohamed
<hassan_hany_fahmy at yahoo.com> wrote: