WHY learn this? Because it converts "solve 3 equations by elimination" into "compute one inverse and multiply" — a mechanical, mistake-proof recipe that also tells you when a unique solution exists at all.
HOW does this equal the system? Multiply row i of A by column X: you get ai1x1+⋯+ainxn, and setting it equal to entry bi of Breproduces equation i exactly. So AX=Bis the system, just repackaged.
Why can we "divide"? There is no division of matrices, but there IS an inverse. Suppose A−1 exists (i.e. A−1A=I). Multiply both sides on the LEFT by A−1 — left, because matrix multiplication is not commutative and A sits on the left of X:
A−1(AX)=A−1B.
Use associativity:
(A−1A)X=A−1B.
Since A−1A=I (identity) and IX=X:
WHY the detA=0 condition? Because A−1=detA1adj(A), and dividing by detA=0 is illegal. Geometrically detA=0 means A collapses space, so information is lost and you can't undo it.
WHY? Multiply AX=B by adj(A): (adjA)AX=(adjA)B. But (adjA)A=(detA)I. If detA=0 the left side is O, forcing (adjA)B=O; if that's violated, no X can exist.
Step A: detA. Expand along row 1:
1(1⋅(−1)−3⋅0)−1(0⋅(−1)−3⋅1)+1(0⋅0−1⋅1)=1(−1)−1(−3)+1(−1)=−1+3−1=1.Why?det=1=0 ⇒ unique solution, and dividing by 1 keeps numbers clean.
Step B: cofactors → adj. Computing (transpose of cofactor matrix):
adjA=−13−11−212−31.Why transpose?adj(A)ij=Cji; forgetting the transpose is the #1 slip.
Step C:A−1=11adjA, so
X=A−1B=−13−11−212−316110=−6+11+018−22−0−6+11+0=5−45.
Imagine a vending machine. You press a code X and it drops snack B. The machine's rule is A. If someone tells you the snack B and you want to know which code X they pressed, you need the reverse machineA−1 — put in the snack, out pops the code. That reverse only exists if the machine never gives the same snack for two different codes. In maths, that "confusing machine" is when detA=0 — then you can't figure out the unique code.
Dekho, jab tumhare paas do-teen linear equations hote hain, unhe alag-alag solve karne ke bajaye hum unhe ek hi matrix equation mein pack kar dete hain: AX=B. Yahan A coefficient matrix hai, X variables ka column, aur B constants ka column. Yeh AX=B actually wahi equations hain, bas ek neat form mein.
Ab solve kaise? Normal algebra mein ax=b ho to x=b/a. Matrices mein "divide" nahi hota, lekin inverse hota hai. Dono taraf ko LEFT se A−1 se multiply karo: A−1AX=A−1B, aur kyunki A−1A=I, mil jaata hai X=A−1B. Yaad rakho — inverse ko LEFT mein rakhna hai, kyunki matrices ka multiplication order matter karta hai. BA−1 likhna galat hai.
Sabse important cheez: yeh trick tabhi chalega jab detA=0, kyunki A−1=detA1adj(A) — aur zero se divide nahi kar sakte. Agar detA=0 ho, to ya system ka koi solution nahi (inconsistent), ya infinite solutions. Toh hamesha pehle detA nikalo, warna time waste.
Intuition: socho A ek machine hai jo code X ko snack B mein badalti hai. A−1 ulti machine hai — snack daalo, code wapas. Yeh ulti machine tabhi banti hai jab machine confuse na karti ho, yaani detA=0. Bas itna samajh lo, exam mein har system solve kar loge.