Write a NumPy program to compute the determinant of an array.
From Wikipedia: In linear algebra, the determinant is a value that can be computed from the elements of a square matrix. The determinant of a matrix A is denoted det(A), det A, or |A|. Geometrically, it can be viewed as the scaling factor of the linear transformation described by the matrix.

Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer