- some perfomance and stability fixes
- can solve a system of non-linear equations now. more information here: http://sggdev.blogspot.ru/2016/01/ansolver-can-solve-now-non-linear.html
- some useful interface features were added
- some bug fixes for correct displaying on the xhdpi - xxxhdpi devices
Scientific calculator with plotter and solver for systems of non-linear equations. Features:
- Evaluation of expressions. for example:
(6+7)*1.5^(2+0.4)
- Variables. You can create and assign variables
x=6
y=7
z=(x+y)*1.5^(x/3+0.4)
- Solving equations by RKM method.
To solve system of equations for n variables (first need to declare this variables. current values of variables will taken as first approach.):
solve(var1,var2,...,varn)
example:
x=1
y=1
2*x+3*y-12=0
x^2*y=20
solve(x,y)
Result: {3,3909063; 1.739358}
More information here:
http://sggdev.blogspot.ru/2016/01/ansolver-can-solve-now-non-linear.html
- Operators
+, -, *, /, ^
- Functions
cos, sin, tan, acos, asin, atan, exp, ln, log, abs, sqr, sqrt, sinh, cosh, tanh
This version of anSolver Android App comes with one universal variant which will work on all the Android devices.
If you are looking to download other versions of anSolver Android App, We have 1 version in our database. Please select one of them below to download.