Does anyone know of any PHP scripts which perform simple computer algebra
functions in PHP?

For example, (using a Maple-like syntax)

expand( (2*x-2)^4 );
diff( sin(x^2), x);
factor( x^2+2*x+1, x);

and so on.

Many thanks
Chris Sangwin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to