Question: for the previous matrix A, do the following: 1 set one of the rows to be all zeros 2 set one of the columns to
for the previous matrix A, do the following: 1 set one of the rows to be all zeros 2 set one of the columns to be all random numbers (between 0-1)
import numpy as np A = np.array([[1, 7, 8], [5, 1, 2], [1, 1, 6], [5, 8, 4],], dtype=int)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
