Computer algebra
5 Credit Royalty
Evaluate symbolic math expressions
Language
Java
Metrics
API Calls - 99
Avg call duration -
N/A
Permissions
The GNU General Public License (GNU GPL or GPL) is a free software license which guarantees end users the freedom to run, study, share and modify the software.
Learn More
Run an Example
Input
Output
{
"result": "-Cos(x)+Cos(x)^3/3"
}
Install and Use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run axelclk/Computeralgebra/0.2.0 -d '{"function":"integrate","a1":"sin(x)^3","a2":"x"}' --timeout 300