Build linear function by two points
Aufgabe
Swipe to start coding
Build linear function by two points
Lösung
x = np.linspace(0, 10, 100)
plt.plot(x, 3/2*x+1/2)
Mark tasks as Completed
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 2
AVAILABLE TO ULTIMATE ONLY