aantthony / graph.tk

Javascript Graphing Utility using HTML 5 Canvas
http://aantthony.github.com/graph.tk/
390 stars 51 forks source link

Only part of the graph shown #74

Open liudonghua123 opened 3 years ago

liudonghua123 commented 3 years ago

I just want to show the graph of y^2=x^3-3x+2, but acturally only upper half the graph shown. I have to add the other part of it manually.

image

Arnalv commented 7 months ago

what is happening here is that the calculator takes y^2=x^3-3x+2 and converts it to this y=sqrt(x^3-3x+2). See if there is a way to graph it by changing the equation a bit.