Difference between numpy matmul() and dot()

When creating a post, please add:

https://numpy.org/doc/stable/reference/generated/numpy.dot.html

From which you can find interesting nuggets such as

matmul differs from dot in two important ways:…