HP Forums
HP Prime - One thing I can not draw in advanced graphing - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: HP Prime - One thing I can not draw in advanced graphing (/thread-253241.html)



HP Prime - One thing I can not draw in advanced graphing - dg1969 - 10-19-2013

I experiment with applets drawing to choose the most appropriate applet for adaptation.

In function APP I can plot a function like this :

SIN(X)*Heaviside(X)

But in advanced graphing APP I can't draw :

Y=SIN(X)*Heaviside(X)

error "non valid object"... Any idea ?

I thought up the creation of an application that would require both plots simple function (APP function) and parametric plots ... I do not know what to do...


Re: HP Prime - One thing I can not draw in advanced graphing - Tim Wessman - 10-19-2013

The advanced grapher is purely based on floating point operations. The vast majority of the CAS operations do not have the needed information regarding FP accuracy and error in order to work.

TW


Re: HP Prime - One thing I can not draw in advanced graphing - dg1969 - 10-19-2013

OK so I have to code my own heaviside function. It's quite easy.

What can we say about the possibility in the future of using the graphics capabilities of the two applets (function and parametric) inside the same personalized applet?

This does not match I guess the philosophy behind this machine.