Monday, September 8, 2014

iSolve

This is my first android app.
I couldn't find a single app on play store to solve n-dimensional simultaneous equations which I sometimes find use for so upon learning to write code for my smartphone, I implemented Cramer's rule for the job. The main engine of this part of the program here is finding the determinant of any square matrix which is done via recursion.
The other component of iSolve is the Polynomial Solver which is an android translation of RootFinderC.
This app has some bugs but is functional.
Download iSolve