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.