Return the distance between np.array([1.0, 2.0]) and np.array([4.0, 6.0])

NumPy · from Linear algebra

@np.matmulnp.dotnp.linalg.solvenp.linalg.normnp.linalg.lstsq

Putting the kettle on…

Starting up…

Exercise 4

Return the distance between np.array([1.0, 2.0]) and np.array([4.0, 6.0]). It should be 5.0.

your answer
stuck? the lesson behind it
Linear algebra
@ is not *, and that one character is most of machine learning.