numworks / epsilon

Modern graphing calculator operating system.
https://www.numworks.com/resources/engineering/software/
1.73k stars 460 forks source link

A few reflexions on the function app #1968

Open DegrangeM opened 2 years ago

DegrangeM commented 2 years ago
Stephan-P commented 2 years ago

As with all other non-CAS graphical calculators, calculations on graphs are only done within the visible part of the graph. If a point of interest, be it a max, min, zero or intersection, is not within view then the calculator will not find it for you. Calculation of such points of interest is also performed by 'approximation' and generally via some form of 'sign change'. Because of this, a min or max that is located right on the edge of the visible area of the graph may not be (cannot) found.

These are two - one could say - 'non-mathematical' essentials of graphical calculators. They don't perform math on graphs, they approximate line crossings and sign changes.

Further, I suspect an error in your given function f(x) =x^3 - x as I can find no point of interest at x=2.

DegrangeM commented 2 years ago

As with all other non-CAS graphical calculators, calculations on graphs are only done within the visible part of the graph.

So maybe it should be written somewhere.

Further, I suspect an error in your given function f(x) =x^3 - x as I can find no point of interest at x=2.

In my example, the function is defined on [-2;2] so there is a maximum in 2.