Example
Multiply A inverse by b and verify.
highlighted = computed this step
Step 1 — Set up inverse and b
Set up A inverse and b for x = A inverse b.
Ainv=[7−3−21],b=[310],x=[□□]
Step 2 — Solve x1
Show the next matrix state.
x=[1□]
Step 3 — Solve x2
Show the next matrix state.
x=[11]
Step 4 — Verify solution
Verify the solution vector satisfies Ax = b.
x=[11],solution verified
solution via inverse
If A is invertible, Ax = b has unique solution x = A⁻¹b. Computing each component requires a row dot product: x[i] = Ainv[i,·] · b.