矩阵计算器

    执行矩阵运算

    公式

    det(A) = ad - bc

    For a 2×2 matrix [a,b;c,d].

    示例

    [1,2;3,4]

    Determinant = -2.

    常见问题

    关于 矩阵计算器

    Calculate determinant and properties of a 2×2 matrix.