loganwindeler6709 loganwindeler6709 03-01-2024 Engineering contestada What is the value of Z after the following code is run? 12 X=np.array([[1,0],[0,1]]) 3 Y=np⋅array([[2,1],[1,2]]) 4 Z=np⋅dot(X,Y) 5a. array([[2,1],[1,2]]) b. array([[2,0],[1,0]]) c. array([[3,1],[1,3]])