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...