Is there any service that provide a public API to perform mathematical calculations (such as linear algebra decompositions etc)?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve created a Java Google Appengine based service here mobmath.appspot.com. You can find the project page here: Symja project. The Linear Algebra functions are implemented with the commons math library (Examples).
There exist a project for Python here: Sympy project the online interface can be found here: live.sympy.org.