THEN
DISP "COORD CENTRE:","X=",-A/2>FRAC,"Y=",-
B/2>FRAC
PAUSE
DISP "RAYON:","RACINE DE",R,"=",(R)(((((racine carré
de R))))!!!!
END
THEN
DISP "CERCLE REDUIT AU ",POINT COORD",-
A/2>FRAC,-B/2>FRAC
END
IF R<0
THEN
DISP "T ES MAL !!!"
END
Equations de droites Disp « Point,Point taper 1 »
Disp « Point,Vecteur taper2 »
Disp « Droite perpend a », « un vecteur taper 3 »
Prompt N
If N=1
Then
Disp « Coordonne 1
er
», « Point ? »
Input A
Input B
Disp « Coordone 2eme », « Point ? »
Input C
Input D
If A=C
Then
Disp “Droite verticale”
Disp “D’equation X= »,A
Else
Disp «Droite d’equation Y= », « mX+p »
Disp « Le coef directeur », «est egale a : »
(D–B)/(C–A)->M
Disp «M= »,M
Pause
B-M*A->O
Disp “l’ordonne a »,« l’origine est P=»,O
End
End
If N=2
Then
Disp « Coord vecteur ? »
Input A
Input B
Disp « coord point ? »
Input C
Input D