j'ai commencé à faire un petit programme sur les intégral et voilà ce que j'obtiens sur l'image si dessous

donc je voudrai savoir si vous aviez pas une solution à ça.
Merci
:ClrHome
:ClrDraw
:RecallGDB 1
:0→Ymin:Horiz
:Horizontal 5:Horizontal 3.7:Line(‾5,5,‾5,3.7:Line(5,5,5,3.7
:Text(1,20,"CALCUL INTEGRAL
:Text(17,2,"I =
:Line(‾3.6,2.5,‾3.6,.8
:Pt-On(‾3.5,2.6:Pt-On(‾3.4,2.5:Pt-On(‾3.7,0.6:Pt-On(‾3.8,0.8
:Text(10,18,"b
:Text(23,16,"a
:Text(17,21,"f(X) dx
:Input "a= ",Str2
:Str2→A
:Text(24,16,Str2
:Input "b= ",Str3
:Str3→B
:Text(11,17,Str3
:Input "f(x)= ",Str1
:Text(18,21,Str1," dx","
:ClrHome
:Str1→Y1
:Disp "I=",fnInt(Y1,X,A,B
:Pause
:Full:‾5→Ymin:ClrHome
:ClrHome
:ClrDraw
:RecallGDB 1
:0→Ymin:Horiz
:Horizontal 5:Horizontal 3.7:Line(‾5,5,‾5,3.7:Line(5,5,5,3.7
:Text(1,20,"CALCUL INTEGRAL
:Text(17,2,"I =
:Line(‾3.6,2.5,‾3.6,.8
:Pt-On(‾3.5,2.6:Pt-On(‾3.4,2.5:Pt-On(‾3.7,0.6:Pt-On(‾3.8,0.8
:Text(10,18,"b
:Text(23,16,"a
:Text(17,21,"f(X) dx
:Input "a= ",Str2
:expr(Str2→A //modifié
:Text(24,16,Str2
:Input "b= ",Str3
:expr(Str3→B //modifié
:Text(11,17,Str3
:Input "f(x)= ",Str1
:Text(18,21,Str1," dx","
:ClrHome
:Str1→Y1
:Disp "I=",fnInt(Y1,X,A,B
:Pause
:Full:‾5→Ymin:ClrHome
Users browsing this forum: No registered users and 2 guests