Imagine that we've defined the following two-dimensional import numpy as npa1=np.array([[1,2,3],[0,5,1]]) Which of the following expressions will run without error and yield a single integer representing the minimum value out of all of the elements in a1 ? Select all that apply (one or more). a1. min(0)min(1) a1. min(1)a1.min(1)min(0) a1. min(0) a1. min(0)min() a1. min() a1. min(1)min().
Imagine that we've defined the following two-dimensional import numpy as npa1=np.array([[1,2,3],[0,5,1]]) Which of the following expressions will run without error and yield a single integer representing the minimum value out of all of the elements in a1 ? Select all that apply (one or more). a1. min(0)min(1) a1. min(1)a1.min(1)min(0) a1. min(0) a1. min(0)min() a1. min() a1. min(1)min().