Getting Started
Reference
det_2()
For Developers
Calculates determinate of 2x2 matrix. Matrix components can be of type np.ndarray or float.
np.ndarray
Returns \(\det \begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22}\end{pmatrix}\)