Forcing mathematica or geo sketch to graph EC

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
heartless
Messages
220
Reaction score
2
Hello, I'm trying to experiment with eliptic curves a little, but I have a problem with graphing elliptic curves. For example, neither mathematica nor geometry sketchpad graph negative values of curves. Is there anyway to force mathematica or geo sketchpad to plot also negative values of x?
F. ex, when I try to graph y=(x^3-x)^(1/2) it plots only positive values for function. Any ideas?

Thanks,
 
Physics news on Phys.org

Mathematica:
[tex]\text{Plot[} ((-\sqrt{x^3 - x}), (\sqrt{x^3 - x})) \text{, (x,-10,10)}][/tex]

Where the brackets '()' are actually '{}'.
[/Color]
 
Last edited: