NumPy - Array Operations
Which of the following is the correct way to add two numpy arrays
a and b using vectorized operations?a and b using vectorized operations?a + b and np.add(a, b) perform element-wise addition efficiently.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions