!!! fichier d'initialisation des exercices 1,2 et 3 !!!

i=!randint 0,324

## a1=12/(36+$i)
## b1=6/(36+$i)
## r1=1/(3*(($d)^2))
## r2=1/(3*(($d2)^2))
dataList=!exec maxima 12/(36+$i);\
  6/(36+$i);\
  ((36+$i)^2)/(3*(12)^2);\
  ((36+$i)^2)/(12*9);
!distribute lines $dataList into a1,b1,r1,r2

k=!randint 2,10

fcm1List=sqrt(m^2+$k*m),sqrt(m^2+$k^2),sqrt(m^2+sin(m)),sqrt(m^2-sin(m)),m
fcm2List=(1/$k)*m,sqrt(m),sqrt(m+$k),sqrt(m-sin(m)),sqrt(m+sin(m)),sqrt(m+cos(m)),sqrt(m-cos(m)),log((m^2+$k)/m),log(m+$k)
fcm3List=$fcm2List

fcm=!randitem $(fcm$(niv)List)

f=!exec maxima x-($fcm)*x^3;
f=!texmath $f

# pour affichage
a1=!texmath $a1
b1=!texmath $b1
