Question: Whats wrong with my code? Keeping getting error about D type 1 . 2 [ 2 p t Write a function called det _ and

Whats wrong with my code? Keeping getting error about D type
1.2[2pt Write a function called det_and_inv that takes as an input a square matrix (a numpy array) and returns a tuple with two elements (a) the determinant, and (b) the inverse if it mathematically exists and the string "does not exist" otherwise.
18] :
import numpy as np
def det_and_inv(square_matrix):
det = np.linalg.det square_matrix
 Whats wrong with my code? Keeping getting error about D type

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!