# style=h3: hyperbole III.

present=8
ranget=[-3:3]

a=!randitem 4,5,7,8,10
b=!randitem 4,5,7,8,10
A=!randitem 7,8,10,11
c=3
B=$[$c/$A]

ineq=$a*x^2-$b*y^2 < $c,\
 $a*x^2-$b*y^2 > $c,\
 $a*x^2-$b*y^2 < -$c,\
 $a*x^2-$b*y^2 > -$c,\
$A*x*y < $c,\
$A*x*y > $c,\
$A*x*y < -$c,\
$A*x*y > -$c

plotf=sqrt(($c+$b*t^2)/$a),t;,-sqrt(($c+$b*t^2)/$a),t;\
sqrt(($c+$b*t^2)/$a),t;,-sqrt(($c+$b*t^2)/$a),t;\
t,sqrt(($c+$a*t^2)/$b);,t,-sqrt(($c+$a*t^2)/$b);\
t,sqrt(($c+$a*t^2)/$b);,t,-sqrt(($c+$a*t^2)/$b);\
exp(t),$B*exp(-t);,-exp(t),-$B*exp(-t);\
exp(t),$B*exp(-t);,-exp(t),-$B*exp(-t);\
exp(t),-$B*exp(-t);,-exp(t),$B*exp(-t);\
exp(t),-$B*exp(-t);,-exp(t),$B*exp(-t);

sh=!shuffle $present
ineq=!item $sh of $ineq
plotf=!line $sh of $plotf

