NumPy सारणी में प्रसारण क्या है:
What is broadcasting in NumPy array:
A
The method of transforming a 1D array to a 2D array.
B
The method of work with arrays of different shapes when performing arithmetic operations.
C
The method of converting a list to a NumPy array.
D
The method of applying a function to all elements of numpy array.
Explanation
Correct Answer: B) The method of work with arrays of different shapes when performing arithmetic operations.