QUESTION IMAGE
Question
question 14
what is the result of using the greater than sign > on a numpy array?
a list of indices pointing to where each condition is met and how it is met
an array with elements greater than the specified value removed
a numpy array containing booleans indicating if each element meets the condition
an error because comparison operators cannot be used on arrays
question 15
what is the primary reason numpy can perform calculations so quickly?
because it uses multi - threading
because it assumes all elements are of a single type
because it has a larger memory allocation
because it uses a special version of mathematical python
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A NumPy array containing booleans indicating if each element meets the condition
Because it assumes all elements are of a single type