Hallo Richard,
elliptische Kurven habe ich hier (Seminar Elliptische Kurven) mal mit PSTricks geplottet.
Hier ist einmal übersetzbarer Beispielquellcode:
Code:
\documentclass[a4paper,12pt]{article}
\usepackage{pstricks,pstricks-add}
\newcommand*\kurve[3]{\psplot[plotpoints=200,algebraic=true,%
linewidth=1pt]{#1}{#2}{#3}}
\newcommand*\teil[2]{\kurve{#1}{#2}{sqrt(x*(x-1)^2)}
\kurve{#1}{#2}{-sqrt(x*(x-1)^2)}}
\begin{document}
\begin{pspicture}(-0.5,-3.5)(2.5,3.5)
\teil{0.001}{0.999}
\teil{1.001}{2.8}
\psaxes[Dy=1,Dx=1]{->}(0,0)(-0.5,-3.5)(3,3.5)
\put(1.6,0.5){\footnotesize $y^2=(x-1)^2 x$}
\end{pspicture}
\end{document}
Ausgabe:

Alternativen: pgfplots Beispiele
Viele Grüße,
Stefan
--
TeXblog
Lesezeichen