Reference: diffGraph
diffGraph(S) returns the graph of the derivative f' of the function f with the graph S = { ❨x, f(x)❩ }. Example: sine ≔ createGraph("sin(x)", "x", [-10, 10, 0.001]) cosine ≔ diffGraph(sine) drawSet("cosine")
diffGraph(S) returns the graph of the derivative f' of the function f with the graph S = { ❨x, f(x)❩ }. Example: sine ≔ createGraph("sin(x)", "x", [-10, 10, 0.001]) cosine ≔ diffGraph(sine) drawSet("cosine")