Det

Input: Det(A)
$$\operatorname{det}\!\left(A\right)$$

The determinant of the matrix $A$.

Input: Equal(Det(Matrix2x2(a, b, c, d)), a*d-b*c)
$$\operatorname{det}\begin{pmatrix} a & b \\ c & d \end{pmatrix} = a d - b c$$

An explicit determinant.

Symbolic evaluation examples

Input: Det(HilbertMatrix(10))
$$\operatorname{det}\!\left(H_{10}\right)$$
Output: Div(1, 46206893947914691316295628839036278726983680000000000)   (evaluated by pygrim in 0.0002 s)
$$\frac{1}{46206893947914691316295628839036278726983680000000000}$$

Last updated: 2020-03-06 00:22:16