MFP Newton Solver APK

MFP Newton Solver  Icon
0/5
0 Ratings
Developer
CYZ SOFT
Current Version
1.0.0.1710
Date Published
File Size
4.8 MB
Package ID
com.cyzapps.NRMethod
Price
$ 0.00
Downloads
14+
Category
Android Apps
Genre
Education

APK Version History

Version
1.0.0.1710 (1710)
Architecture
universal
Release Date
May 03, 2018
Requirement
Android 2.3.2+
  • MFP Newton Solver Screenshot
  • MFP Newton Solver Screenshot

About Radio FM 90s

This app uses Newton-Raphson method to solve one variable expression which equals to zero. Note that the expression and its variable are both string based. The initial guess of the variable is 0, max number of steps is 50 and error tolerance is 10e-8. For example,
newtonSolver("x**2+2*x-9", "x")
returns 2.1622777. If there is no real result for the variable, this function throws an exception.
Note that this app was developed by an easy-to-learn and cross-platform scripting language called MFP. This language's IDE is an Android application called Scientific Calculator Plus.

What's New in this version

Make it more powerful. Now it can even solve some equations with complex values. User may need to try to run it several times to get result.