Matrix aléatoire Python
np.random.rand(3,2)
Tremendous Enceladus
np.random.rand(3,2)
import numpy as np
a=np.random.rand(3,3)
print(a)