Matrix Calculator

Compute determinant, inverse, and eigenvalues for a 2x2 matrix.

Scratchpad (not saved)

What This Calculator Does

Compute determinant, inverse, and eigenvalues for a 2x2 matrix.

It combines a11, a12, a21, a22 to estimate Determinant, Inverse, Eigenvalue 1.

Formula & Method

Core equations: For A=\begin{bmatrix}a&b\\c&d\end{bmatrix}: \det A=ad-bc, A^{-1}=\frac{1}{ad-bc}\begin{bmatrix}d&-b\\-c&a\end{bmatrix}, eigenvalues from \lambda^2-\text{tr}(A)\lambda+\det(A)=0.

Notation used in the formulas: R = Determinant; x_{1} = a11; x_{2} = a12; x_{3} = a21; x_{4} = a22.

Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.

Use this calculator for quick scenario analysis. Start with baseline values, change one driver at a time, and compare how sensitive the results are to each input shown above.

Inputs Used

  • a11: Used directly in the calculation.
  • a12: Used directly in the calculation.
  • a21: Used directly in the calculation.
  • a22: Used directly in the calculation.

Related Calculators