@options; repere(-30,40,-10,90,5,10){ 0 , moyen , grisfonce , num1 }; @figure; A = point( 0 , 32 ) { rouge , rond2 , fixe , sansnom }; B = point( 10 , 50 ) { rouge , rond2 , fixe , sansnom }; C = point( 20 , 68 ) { rouge , rond2 , fixe , sansnom }; D = point( 30 , 86 ) { rouge , rond2 , fixe , sansnom }; f = fonction( 1.8x+32 ); texte1 = texte( -2.1 , 88.5 ,"°F") { noir , dec2 }; texte11 = texte( 36.2 , 4.2 ," °C") { noir , dec2 }; M = pointsur( f , 4.98 ) { rond3 , sansnom }; var xM = abscisse(M) { 4.98 }; Mx = point( xM , 0 ) { sansnom }; tC = texte( Mx ,"$xM$") { noir , dec1 }; var yM = ordonnee(M) { 40.964 }; My = point( 0 , yM ) { sansnom }; tF = texte( My ,"$yM$") { noir , dec1 }; @analyse;