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)
Worked Examples
ઇનપુટ
A = [[3,1],[5,2]] · det=1
પરિણામ
A⁻¹ = [[2,-1],[-5,3]]
Verify: AA⁻¹ = [[1,0],[0,1]] ✓
ગણતરી માટે તૈયાર છો? મફત Matrix Inverse કેલ્ક્યુલેટર અજમાવી જુઓ
તેને જાતે અજમાવી જુઓ →