Hi! I am trying to get a circle to graph from student input. I found an example, however Desmos won’t let me use it because it says that the CL is deprecated. Any ideas?
In your graph CL,
function(`f`): parseEquation(input.latex).differenceFunction("x","y")
In the graph:
0=f(x,y)
1 Like
Yes! Thank you!
Do you know how to fix raw expression CL now that Desmos doesn’t recognize it?
There’s no replacement for rawExpression
itself. It’s figure out how to work around it. If you have a two variable equation, this should work for most, but it’s kind of situation by situation.
Ok thanks