The Easy Way to Calculate Root of Polynomial Equation with Predicted Calc

Predicted Calc is a calculator that made by android base, and use genetic algorithm to get unknown value of variables that typed on the equation.  Therefore, this app can also be use for finding root of polynomial equation, like an examples below:
For example to find root of equation:
x2-2*x-3=0
The steps is:
  1. Copy and write the equation without x and y, and with math sign operation, for example by using xo, so the equation can be writed as xo*xo-2*xo-3=0, because  x and y was used by Predicted Calc as input variables.
  2. Press calculate botton to predict one of roots.
  3. Wait until Predicted Calc, approach the best value can be reach.
  4. Because using prediction method, Predicted Calc give error result, this error show how far the prediction give best value that can be reach by your device on that calculation, another calculation could be give the different result as same as or more better error value.
  5. Predicted Calc will give the result -1 and 3 with error=0, like screenshot below:
C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-12-02-43.png   C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-12-02-59.png
For prediction every root value, the calculation need to one more time the calculation, because every prediction (single press button calculation) just give one root prediction value.
This’s another approximation finding root with Predicted Calc:
To find root of:
3xo2+2xo-5=0
The writeable equation is:
3*xo*xo+2*xo-5=0
C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-12-52-21.png    C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-12-52-05.png
Predicted Calc can also do calculation with different form like below:
xo2-6xo=-5
The writeable equation is:
xo*xo-6*xo=-5
C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-13-29-01.png   C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-13-28-51.png
It's Also:
(2x-7)(x-9)=6
The writeable equation is:
(2*xo-7)*(xo-9)=6
And it’s easy
C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-13-49-17.png  C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-13-48-55.png
Not just polynomial with orde 2, but Predicted Calc can also calculate on higher orde of polynomial like as:
x3-2x2-9x+18=0
The writeable equation is:
xo*xo*xo-2*xo*xo-9*xo+18=0
C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-14-52-31.png  C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-14-45-57.png  C:\Users\Ubay\Documents\Bluetooth Folder\Screenshot_2015-07-20-14-45-44.png
Every prediction just give one result, so for get another root value, need more pressing calculation session.
You can get Predicted Calc Free on:

Comments

Popular posts from this blog

Android Base Caliper, Micrometer and Osciloscope Simulator

Date Calculator