To find the determinant of the given matrix \( A \), we can use Python's NumPy library, which provides a convenient function to compute the determinant of a matrix. The matrix \( A \) is a square matrix, so we can directly use the numpy.linalg.det function to find its determinant.
To find the determinant of matrix \( A \), we use the determinant formula for square matrices. The determinant of matrix \( A \) is calculated to be:
\[
\operatorname{det}(A) = 2.0
\]
Final Answer
The determinant of matrix \( A \) is:
\[
\boxed{2.0}
\]