Well done!

You have completed Review Multidimensional Arrays!

Quiz Question 1 of 3

Considering the following ndarray (n dimensional):

ratings = np.array([
    [5, 4, 5, 5, 2],
    [5, 5, 5, 5, 4],
    [1, 2, 1, 1, 1]
])

What is the rank of this matrix?

Choose the correct answer below:

Skip Quiz Review Video