+15 XP
Code It: Solve the System
Question 1 of 6
Warm-up 1 of 3. First, build the weight matrix P (a list of rows). Fill in the NumPy function that turns a list-of-lists into a matrix.
python
P = np.([[3, 2], [7, 1]])
Code It: Solve the System
Question 1 of 6
Warm-up 1 of 3. First, build the weight matrix P (a list of rows). Fill in the NumPy function that turns a list-of-lists into a matrix.
P = np.([[3, 2], [7, 1]])