Question: 3. Write a function that takes in two vectors and returns their outer product. Again, use a loop or nditer, not inbuilt functions. 4. Verify

3. Write a function that takes in two vectors and returns their outer product. Again, use a loop or nditer, not inbuilt functions. 4. Verify the previous function by using the numpy inbuilt command np.matmul or the operator @
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
