矩阵行列式计算器 — 公式
2×2 Matrix Determinant
Formula
For matrix [[a, b], [c, d]]:
det = ad - bc
Properties
计算示例
Find the determinant of [[3, 7], [1, 4]].
- det = (3)(4) - (7)(1)
- = 12 - 7
- = 5
- Since det ≠ 0, the matrix is invertible
For matrix [[a, b], [c, d]]:
det = ad - bc
Find the determinant of [[3, 7], [1, 4]].