The order of math operations is set incorrectly.
In the script of graphical representation of functions, the order of math operations is incorrectly set in this app. For instance, in the current version,
y = -x^2;
is interpreted as
y = (-x)^2; // Wrong!
Obviously this is wrong interpretation of formula, and is caused by the incorrect math operation order in this app.
It must be interpreted as
y = -(x^2); // Correct!
because "^" the "to the power of" operator precedes "-" the sign operator.
So, in this example unless additional parentheses used around the "x to the power of 2" exclusively to force them have a higher operation order, the formula becomes completely wrong.
When I found this app, I was very excited and immediately had started using it. However, I became very disappointed and frustrated when I had found this problem in the app.
At first I like this app because its script syntax looks almost compatible to Matlab or Scilab those I have used for a long time.
Also it has very nice GUI interface, especially the feature of graphical representation of functions is one of the best features. Also capability of zooming the graphical representation allows user to be able to trace down details of functions without doing any effort on the equations, formulas at all. That was mostly reason for my excitement when I found this app.
So I hope there would be a revision of this app asap that has fixed the problem mentioned above. I am looking forward to seeing that revision soon enough. That's why I am not rating this app as the lowest for now.
y = -x^2;
is interpreted as
y = (-x)^2; // Wrong!
Obviously this is wrong interpretation of formula, and is caused by the incorrect math operation order in this app.
It must be interpreted as
y = -(x^2); // Correct!
because "^" the "to the power of" operator precedes "-" the sign operator.
So, in this example unless additional parentheses used around the "x to the power of 2" exclusively to force them have a higher operation order, the formula becomes completely wrong.
When I found this app, I was very excited and immediately had started using it. However, I became very disappointed and frustrated when I had found this problem in the app.
At first I like this app because its script syntax looks almost compatible to Matlab or Scilab those I have used for a long time.
Also it has very nice GUI interface, especially the feature of graphical representation of functions is one of the best features. Also capability of zooming the graphical representation allows user to be able to trace down details of functions without doing any effort on the equations, formulas at all. That was mostly reason for my excitement when I found this app.
So I hope there would be a revision of this app asap that has fixed the problem mentioned above. I am looking forward to seeing that revision soon enough. That's why I am not rating this app as the lowest for now.
Show more
Wow
This is the worse graphing app.waste of your free(underlined) time.
Sad
It woundn't graph the equation y=12x+3. Two stars because it's free
Absolutely terrible
it gives you one formula that you can't change. Utterly useless
Nothing is perfect
It's a good app for math I don't see a reason for 1stars I would give at least a 4








