Posts: 39
Threads: 14
Joined: Jun 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...
Posts: 1,278
Threads: 44
Joined: Jul 2007
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
Posts: 39
Threads: 14
Joined: Jun 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.