Matrix Inverse کا حساب کیسے لگائیں
Matrix Inverse کیا ہے؟
The inverse A⁻¹ satisfies AA⁻¹ = I (identity matrix). Exists only when det(A) ≠ 0. Used to solve systems of equations: Ax=b → x = A⁻¹b.
مرحلہ وار گائیڈ
- 1For 2×2: A⁻¹ = (1/det) × [[d,−b],[−c,a]]
- 2For larger: row reduction (Gauss-Jordan elimination)
حل شدہ مثالیں
ان پٹ
A = [[3,1],[5,2]] · det=1
نتیجہ
A⁻¹ = [[2,-1],[-5,3]]
Verify: AA⁻¹ = [[1,0],[0,1]] ✓
حساب کے لیے تیار ہیں؟ مفت Matrix Inverse کیلکولیٹر آزمائیں۔
اسے خود آزمائیں →