WHY this definition? It's the only formula that is (a) linear in each row and (b) zero when two rows are equal — and those two facts force every property below.
det(A⊤)=det(A)Why: In the permutation sum, aiσ(i) vs aσ(i)i — reindexing by σ−1 gives the same set of terms with the same sign (since sgn(σ)=sgn(σ−1)).
Consequence: every row property is also a column property.
D(…,kRi,…)=kD(…,Ri,…)Why: Every term contains exactly one factor from row i, so k factors out of all of them.
Corollary:det(kA)=kndetA (each of n rows contributes a k).
D(…,Ri+kRj,…,Rj,…)=D(…,Ri,…,Rj,…)Why: By P5 it splits into the original plus k⋅D(…,Rj,…,Rj,…); the second has two equal rows, so it's 0 (P3). This is the workhorse for hand computation.
det=a11a22⋯annWhy: In a triangular matrix, the only permutation that picks a nonzero entry from every row is the identity (any off-diagonal choice forces a zero factor).
det(AB)=det(A)det(B)Why (sketch): Both sides are multilinear-alternating in the rows of A and normalized on I; the axioms pin down a unique such function, forcing equality.
Consequence:det(A−1)=detA1.
Imagine a stretchy sheet of graph paper. A matrix bends and stretches it. The determinant is the number that says "how many times bigger did one little square get?" If you flip the sheet over (mirror image), the number goes negative — that's the swap-rows sign flip. If two directions point the same way, the square gets squashed flat to zero area — that's "two equal rows give 0." Adding one row's worth of another row is like sliding the top of a stack of cards sideways: the shape leans but the area stays the same — so the determinant doesn't change.
Dekho, determinant ka matlab sirf ek number nikaalna nahi hai — yeh number batata hai ki matrix
apne saath jo transformation karti hai usme ek chhota sa square (area 1) kitne guna bada ya chhota
ho jaata hai. Agar orientation ulti ho jaaye (mirror image), toh determinant negative ho jaata hai.
Isliye do rows swap karo toh sign flip hota hai (P2), aur agar do rows bilkul same hain toh area
collapse hoke line ban jaati hai, matlab determinant zero (P3). Yeh geometry samajh loge toh saari
properties automatically yaad ho jaayengi.
Sabse kaam ki property exam ke liye hai P6: kisi row me doosri row ka multiple add karo, determinant
bilkul nahi badalta. Iska use karke hum column me zeros bana dete hain aur matrix ko triangular bana
dete hain — phir P8 se seedha diagonal multiply kar do, bas jawaab mil gaya. Bade-bade expansion se
bachne ka yahi 80/20 trick hai.
Do galtiyaan bahut common hain. Pehli: log sochte hain det(A+B)=detA+detB — galat! Linearity
sirf ek row ke liye hoti hai, poori matrix ke liye nahi. Doosri: det(kA)=kdetA likh dete hain,
jabki har row scale hoti hai isliye answer kndetA hota hai. In dono ko yaad rakho.
Mantra simple hai: "Swap Flips, Copy Kills, Scale Scales, Slide Saves." Row swap sign flip karta hai,
equal (copy) row kill kar deta hai (0), row ko k se scale karo toh det bhi ×k, aur ek row ka
multiple slide karke add karo toh det save reh jaata hai. Bas itna, aur tum properties ke master ho.