HP Forums
Function App Observations (Animation) - 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: Function App Observations (Animation) (/thread-10377.html)



Function App Observations (Animation) - toshk - 03-23-2018 10:42 AM

When Prime struggles ==sweet Animation in function app!
eg.
v2:=(9.01742928529e19*x^2-7.04831900964e21*x+1.60495518229e19)/(5576243019650*x^3+55762430196500*x^2+1.78328353588e18*x)

Type into F1;
ilaplace("v2","x",X)
over this xrange: (0, .25)
would that be sweet if it could tied to the internal clock Smile


RE: Function App Observations (Animation) - Joe Horn - 03-23-2018 12:09 PM

Nothing appears when the Y range is the default, but if you set the Y range to -16E6 to 16E6 (or use Autoscale) it's cool! Adaptive Method (Plot Setup, page 2) gives the most dramatic "animation"; Fixed-Step Segments is faster.