Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 34)
34.
What is the purpose of the NumPy function numpy.outer(arr1, arr2)?
Computes the outer product of two arrays.
Concatenates two arrays along a specified axis.
Transposes the array.
Reshapes the array.
Answer: Option
Explanation:
The numpy.outer() function computes the outer product of two arrays.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.