Dot and Cross

  • + 0 comments

    Not sure why they want you to do dot and cross when numpy has a matrix multiplication method.

    print(np.matmul(a, b))