From: Alex Mizrahi
Subject: symbolic algebra lib
Date: 
Message-ID: <2o68l3F75e83U1@uni-berlin.de>
Hello, All!

is there some lightweight symbolic algebra lib?
i want it be working with s-expressions (syntax same as in lisp), it should
be able to expand, simplify them and find derivatives. also it's desired to
have some numeric optimization method - like gradient method.

With best regards, Alex Mizrahi.

From: Richard Fateman
Subject: Re: symbolic algebra lib
Date: 
Message-ID: <411E5E36.6050102@sbcglobal.net>
if you use google you should be able to find mockmma, hearn's reduce, 
jacal, axiom, and probably other programs. see also symbolicnet for
lists of programs.

"Simplify" is ambiguous and except for restricted classes, probably
not algorithmically programmable.

RJF

Alex Mizrahi wrote:
> Hello, All!
> 
> is there some lightweight symbolic algebra lib?
> i want it be working with s-expressions (syntax same as in lisp), it should
> be able to expand, simplify them and find derivatives. also it's desired to
> have some numeric optimization method - like gradient method.
> 
> With best regards, Alex Mizrahi.
> 
> 
From: Christopher C. Stacy
Subject: Re: symbolic algebra lib
Date: 
Message-ID: <uoeldfspz.fsf@news.dtpq.com>
>>>>> On Sat, 14 Aug 2004 13:42:41 +0300, Alex Mizrahi ("Alex") writes:

 Alex> Hello, All!
 Alex> is there some lightweight symbolic algebra lib?
 Alex> i want it be working with s-expressions (syntax same as in lisp), it should
 Alex> be able to expand, simplify them and find derivatives. also it's desired to
 Alex> have some numeric optimization method - like gradient method.

If you don't get an answer here, try sci.math.symbolic