Forcing mathematica or geo sketch to graph EC

Click For Summary
SUMMARY

This discussion focuses on graphing elliptic curves using Mathematica and Geo Sketchpad, specifically addressing the issue of plotting negative values. Users report that both tools default to displaying only positive values for functions like y=(x^3-x)^(1/2). A solution is proposed to graph both the positive and negative branches of the function by using two separate equations: y=(x^3-x)^(1/2) and y=-(x^3-x)^(1/2). The correct Mathematica syntax for plotting these functions over the range of x from -10 to 10 is provided.

PREREQUISITES
  • Familiarity with elliptic curves and their mathematical properties
  • Basic understanding of Mathematica syntax and functions
  • Knowledge of Geo Sketchpad functionalities
  • Experience with graphing functions and interpreting their outputs
NEXT STEPS
  • Explore advanced graphing techniques in Mathematica
  • Learn how to manipulate function outputs in Geo Sketchpad
  • Research the mathematical properties of elliptic curves
  • Investigate alternative graphing software for complex functions
USEFUL FOR

Mathematicians, educators, students studying algebraic geometry, and anyone interested in graphing complex functions using Mathematica or Geo Sketchpad.

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
Well, how about doing two functions:y=(x^3-x)^(1/2) and
y=-(x^3-x)^(1/2)?
 

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:

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 8 ·
Replies
8
Views
12K
  • · Replies 3 ·
Replies
3
Views
2K