
UpdatedJul 20, 2020
PublishedJul 20, 2020
Packagecom.plr.secmet
MD5096a0611f9fd73746e4e381c04ce1e68
SHA1 (signer)62:EA:D1:0C:10:BC:C4:A4:75:7A:BA:8F:F2:84:5A:70:3D:03:67:C4
Signed byCN=pablo lozano, O=plr, L=sucre, ST=chuquisaca, C=BO
Malware scanTRUSTED
Contact[email protected]
Description
The secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f. The secant method can be thought of as a finite difference approximation of Newton's method. However, the method was developed independently of Newton's method, and predated the latter by over 3,000 years.
This app can show you all the iterations needed to calculate the root of a simple function.
Features:
- Simple function recognition (i.e. x^3+2x^2+10x-20)
- You must add the two previous values and the error percentage.
- All the iterations are shown as a table.
Coming up:
- More complex function recognition will be added.
This app can show you all the iterations needed to calculate the root of a simple function.
Features:
- Simple function recognition (i.e. x^3+2x^2+10x-20)
- You must add the two previous values and the error percentage.
- All the iterations are shown as a table.
Coming up:
- More complex function recognition will be added.
Required features
- Faketouch android.hardware.faketouch
Permissions (2)
Secant Method requests the following Android permissions:
- Access Network State android.permission.ACCESS_NETWORK_STATE
- Internet android.permission.INTERNET