Build linear function by two points
Compito
Swipe to start coding
Build linear function by two points
Soluzione
x = np.linspace(0, 10, 100)
plt.plot(x, 3/2*x+1/2)
Mark tasks as Completed
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 2
AVAILABLE TO ULTIMATE ONLY