In NumPy, the ____ function is used to calculate the element-wise maximum of two arrays.

  • max
  • maximize
  • maximum
  • min
In NumPy, the maximum function is used to calculate the element-wise maximum of two arrays. It returns a new array containing the element-wise maximum values from the input arrays.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *