Skip to main content

วิธีการคำนวณ Matrix Determinant

learn.whatIsHeading

The determinant of a square matrix encodes whether it's invertible (det≠0), the volume scaling of the linear transformation, and orientation change. det=0 → singular matrix.

คำแนะนำทีละขั้นตอน

  1. 12×2: det [[a,b],[c,d]] = ad − bc
  2. 23×3: cofactor expansion along first row
  3. 3det<0 → transformation reverses orientation

ตัวอย่างที่มีคำตอบ

อินพุต
2×2 matrix [[a,b],[c,d]]
ผลลัพธ์
det = ad − bc
For [[3,1],[2,4]]: det = 12−2 = 10

พร้อมที่จะคำนวณแล้วหรือยัง? ลองใช้เครื่องคิดเลข Matrix Determinant ฟรี

ลองด้วยตัวคุณเอง→

การตั้งค่า