Skip to main content

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.

चरण-दर-चरण मार्गदर्शक

  1. 1For 2×2: A⁻¹ = (1/det) × [[d,−b],[−c,a]]
  2. 2For larger: row reduction (Gauss-Jordan elimination)

Worked Examples

इनपुट
A = [[3,1],[5,2]] · det=1
परिणाम
A⁻¹ = [[2,-1],[-5,3]]
Verify: AA⁻¹ = [[1,0],[0,1]] ✓

गणना करण्यास तयार आहात? विनामूल्य Matrix Inverse कॅल्क्युलेटर वापरून पहा

ते स्वतः वापरून पहा →

सेटिंग्ज