@@ -147,6 +147,15 @@ def exercice3() -> None:
a, b, c = moindre_carre(points)
print(a,b,c)
results = []
for i in range(1, 7):
results.append(f_h(a,b,c,t[i-1]))
plt.plot(results)
plt.title('trajectoire du missile')
plt.show()
if __name__ == '__main__':
#exercice1()
The note is not visible to the blocked user.