formation.py

Created by elodie-gamot

Created on January 17, 2022

208 Bytes

Données expérimentales à télécharger sur la calculatrice pour la formation MatplotLib


from math import *
from matplotlib.pyplot import *

X=[0,0.43,0.87,1.28,1.68,2.06,2.40,2.76,3.09,3.41,3.74,4.07,4.36]
Y=[0,0.45,0.82,1.10,1.28,1.43,1.49,1.50,1.44,1.30,1.14,0.90,0.62]
dt=0.08