You are viewing a single comment's thread. Return to all comments →
Not sure why they want you to do dot and cross when numpy has a matrix multiplication method.
print(np.matmul(a, b))
Seems like cookies are disabled on this browser, please enable them to open this website
Dot and Cross
You are viewing a single comment's thread. Return to all comments →
Not sure why they want you to do dot and cross when numpy has a matrix multiplication method.
print(np.matmul(a, b))