HP Forums
Problem with new feature in Function App - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Problem with new feature in Function App (/thread-6122.html)



Problem with new feature in Function App - Brad Barton - 04-23-2016 11:55 PM

There appears to be a bug affecting the new Transform function when combined with the Tangent function in the Function Plot App. If you first implement Tangent, then use Transform to move the graph to a new location, returning to the Tangent function yields an obviously non-tangent line. It looks like the Tangent function doesn't update to the new location, showing a line with the a slope from the original location, but intersecting the graph in the new location.

To reproduce the error:
1. Enter a simple function in the Function App. --> F1(x) = x^2
2. Go to the plot screen and implement Menu/Fcn/Tangent
3. Press the right or left arrow a couple of times to show the tangent line
4. Implement Menu/Fcn/Transform and offset the graph in the X direction
5. Exit the Transform function by closing the bottom window with the down arrow softkey, or by returning to the Tangent function via menu.
6. Using the arrows, move the cursor left or right and note the incorrect tangent line.

The Slope function seems to be affected as well. It looks like the software needs to be modified to update the function's look up table when exiting the Transform function. The problem might be more complex than this because the Root and Extremum functions seem to work fine.


RE: Problem with new feature in Function App - Helge Gabert - 04-24-2016 12:12 AM

Confirmed.

In order for the tangent line to display correctly with the transformed graph, one has to visit the Symb menu again, and then re-select Plot:Menu:Fcn:Tangent.


RE: Problem with new feature in Function App - Tim Wessman - 04-25-2016 03:16 PM

Thanks. It was an instance of not modify a saved internal value after the manipulation. Filed to be corrected...