En cliquant sur \reload{<img src="gifs/doc/etoile.gif" alt="rechargez" width="20" height="20">}
vous changerez les autres paramtres. 


\def{text thet=s*2*pi}
\def{real e=randint(500..2000)/1000}
\def{real h=randint(1..4)}
\def{text coni=\e<1 ? L'ellipse:L'hyperbole}
\def{text coni=\e=1? La parabole}
\def{function f=
simplify(1+\e*(cos(\thet)*cos(t)-sin(\thet)*sin(t)))}

\def{text a= cos(\thet)/(\h)}
\def{text b= -sin(\thet)/(\h)}
\def{text c= 1/(\e*\h)}
\def{text direct=plot navy , -(\a)/(\b)*x+1/(\b)}
\coni d'quation

<center>\(r=\e*\h/(1+\e*cos(t-\thet))= \e*\h/(\f))</center>

pour s variant de 0  1 :
<center>
\draw{300,300}{
	animate 25,0.3,6
	xrange   -10,10
	yrange  -10,10
	trange -pi, pi
	vline  0,0,black
	hline   0,0,black
	linewidth 2
	plot green, \e*\h*cos(t)/(\f),\e*\h*sin(t)/(\f)
	trange   -10,10
	\direct
}

</center>
Variation de  \link{varexc}{l'excentricit} \(e) ou \link{varhaut}{la hauteur} \(h).
	
	

	Si vous voulez faire vous-mme vos variations, utiliser 
	\tool{module=tool/geometry/animtrace.fr}{}