maths.free › Linear Algebra › Determinants
Determinants
2×2 by ad − bc, larger by cofactor expansion — and what the number means.
The determinant of a matrix is the factor by which it scales area (2×2) or volume (3×3), with a sign for orientation. A zero determinant means the matrix squashes space flat and cannot be inverted. The 3D view draws the column vectors and the box they span.
作業例: det [[1,2],[3,4]]
ステップバイステップ
- \det\left[\begin{matrix}1 & 2\\3 & 4\end{matrix}\right]
Determinant of a 2×2 matrix.
- = (1)(4) - (2)(3)
For 2×2: ad − bc.
- \det A = -2
Result.
答えを明らかにしろ
\det A = -2
あなた自身を試してみてください
ここに Linear Algebra
Matrix inverseEigenvalues and eigenvectorsMatrix multiplicationRow reduction