Which of the following is the correct description of the NumPy array created by the following command: myArray = np.zeros (4) myArray is a shape (4,1) array, i.e. a column vector. myArray is a shape...


Which of the following is the correct description of the NumPy array created by the<br>following command:<br>myArray = np.zeros (4)<br>myArray is a shape (4,1) array, i.e. a column vector.<br>myArray is a shape (1,4) array, i.e. a row vector.<br>myArray is a shape (4,4) matrix.<br>myArray is a 1-D array of length 4.<br>

Extracted text: Which of the following is the correct description of the NumPy array created by the following command: myArray = np.zeros (4) myArray is a shape (4,1) array, i.e. a column vector. myArray is a shape (1,4) array, i.e. a row vector. myArray is a shape (4,4) matrix. myArray is a 1-D array of length 4.

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here