Question: Python question: numpy array write a function : Given 2 * 2 matrix: [0,1] [1,0] now: replacing all 0 entries by matrix [1,-1] [-1,-1] replacing
Python question: numpy array
write a function :
Given 2 * 2 matrix:
[0,1]
[1,0]
now:
replacing all 0 entries by matrix [1,-1]
[-1,-1]
replacing all 1 entries by matrix [-1,1]
[1,1]
the output is 4 * 4 matrix
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
