3×3 Matrix Inverse Calculator

Enter nine values to calculate a 3x3 matrix inverse with exact fractions, detailed steps, determinant checks, identity verification, and downloadable results instantly for free.

Enter your 3×3 matrix

Accepted values include integers, decimals, and fractions like 5/8.


Separate values with commas, spaces, semicolons, or new lines.
Reset calculator

Formula used

A⁻¹ = 1 / det(A) × adj(A), provided det(A) ≠ 0.

The determinant decides whether an inverse exists. A zero determinant means the matrix is singular. Singular matrices cannot be inverted using any valid method.

How to use this calculator

  1. Enter all nine values in the matrix grid.
  2. Select the adjugate or Gauss–Jordan method.
  3. Choose fractions, decimals, or both result formats.
  4. Set the number of decimal places required.
  5. Press Calculate inverse to view every step.
  6. Copy, download, print, or save the finished solution.

Worked example

Input matrix Determinant Inverse matrix
[[1, 2, 3], [0, 1, 4], [5, 6, 0]] 1 [[-24, 18, 5], [20, -15, -4], [-5, 4, 1]]

Understanding a 3×3 matrix inverse

A matrix inverse reverses the effect of matrix multiplication. Multiplying a matrix by its inverse returns identity. This relationship supports many algebra and engineering calculations.

A 3×3 matrix contains nine values in three rows. Its determinant summarizes an important structural property. A nonzero determinant confirms that one inverse exists.

The adjugate method begins by finding nine matrix minors. Alternating signs convert these minors into cofactors. Transposing the cofactor matrix creates the required adjugate.

The calculator then divides every adjugate entry by determinant. Exact fraction arithmetic avoids unnecessary rounding during these operations. Decimal results remain available for practical reporting and comparison.

Gauss–Jordan elimination uses row operations instead of cofactors. It joins the original matrix with an identity matrix. Reduction transforms the left side into identity stepwise.

The transformed right side becomes the inverse matrix. Row swaps may be necessary when pivots equal zero. Each displayed operation helps students audit the calculation.

Verification multiplies the original matrix by its inverse. A correct result produces ones along the main diagonal. Every other identity entry should equal zero exactly.

Small decimal differences can appear after values are rounded. The residual measurement reports the largest verification difference. Exact fractions normally produce a residual of zero.

Inverse matrices solve simultaneous linear equations efficiently. They also appear in graphics, statistics, robotics, and economics. Correct input order remains essential for reliable answers.

Always inspect the determinant before interpreting an inverse. A determinant of zero prevents a unique solution. The calculator clearly reports this singular matrix condition.

Fractions are useful when exact symbolic answers matter. Decimals are easier for measurements and approximate applications. Showing both formats provides accuracy alongside convenient readability.

Copy and export tools simplify homework or documentation. The printable view preserves matrices and calculation steps. Review every step before submitting important mathematical work.

Common mistakes to avoid

  • Leaving one matrix cell empty.
  • Entering fractions with zero denominators.
  • Forgetting the alternating cofactor signs.
  • Transposing the minors instead of the cofactors.
  • Assuming every square matrix has an inverse.
  • Rounding values too early during manual calculations.

Frequently asked questions

What makes a 3×3 matrix invertible?

A 3×3 matrix is invertible when its determinant is not zero.

What happens when the determinant equals zero?

The matrix is singular, so no unique inverse matrix exists.

Can I enter fractions in the matrix?

Yes. Enter fractions using forms such as 2/3 or -7/5.

Which inverse method should I select?

Use adjugate steps for cofactors or Gauss–Jordan for row operations.

Why does the decimal inverse look slightly different?

Displayed decimals are rounded according to your selected precision setting.

How is the inverse verified?

The calculator multiplies the original matrix by its calculated inverse.

Can this calculator solve linear equations?

The inverse can help solve AX = B when A is invertible.

Does changing precision affect exact fractions?

No. Precision only changes the number of displayed decimal places.

Can I save the complete solution?

Yes. Download CSV data or use print to create a PDF.

Related Calculators

Average Calculator StatisticsGeometric Mean CalculatorInter Quartile Range CalculatorLower Quartile CalculatorMaximum CalculatorMean Calculator StatisticsMedian Calculator StatisticsMidhinge Calculator StatisticsMid Range Calculator StatisticsMinimum Calculator Statistics

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.