
Landon W. answered 03/06/21
I'm that nerd that can't say no to helping someone out
The last answer choice is false. Generally, the arrays must be the same shape. This is true. This is what the first answer choice says. The last answer choice says that arrays must be the same shape, which is untrue. For instance, a 4x3 array can perform element-wise operations on a 4x3xn array and it will operate on each level from 0 to `n`.