Guide complet

Guide de la calculatrice matricielle

Effectuez les opérations courantes sur les matrices 2×2 et 3×3 avec le bon format de saisie, le bon périmètre d'opération et des résultats bien interprétés.

Ouvrir la calculatrice

Guide complet

What This Calculator Does

This page is best for one clear job: quickly checking standard operations on small square matrices. For class exercises, introductory linear algebra, homework verification, and interview review, 2x2 and 3x3 cases already cover many of the matrices people handle by hand. You do not need a large symbolic system just to confirm a result.

The page is not trying to be a general-purpose computer algebra tool. It is a text-input calculator for small matrices, which is why it focuses on fast entry, clear operation choices, and immediate result checking instead of higher-dimensional or advanced matrix workflows.

When to Use It

  • You need quick arithmetic on 2x2 or 3x3 square matrices.
  • You want to check a determinant, inverse, or transpose.
  • You would rather paste matrix text than fill cells one by one.
  • You want an instant homework or revision cross-check.

Inputs Explained

Operation

The current page supports six operations.

  • Addition
  • Subtraction
  • Multiplication
  • Determinant
  • Inverse
  • Transpose

The first three require both matrix A and matrix B. The last three require only matrix A.

Matrix Size

You can switch between 2x2 and 3x3. When the page switches size, it resets the default example matrices. That helps by showing a valid input pattern immediately and reducing carry-over errors from the previous size.

Matrix Input Format

Each row goes on its own line, and values in the same row can be separated by spaces or commas. For example, 1 2 on one line and 3 4 on the next line is a valid 2x2 matrix. If you choose 3x3 but provide only two rows, or if one row has the wrong number of entries, the page rejects the matrix.

How the Calculation Works

Addition and subtraction are done entry by entry. Multiplication follows standard matrix multiplication, where each result entry comes from row-by-column products and sums. Transpose swaps rows and columns. For determinants, the page uses the direct 2x2 formula and a recursive expansion for 3x3 matrices.

Inverse is computed with a Gauss-Jordan style elimination approach. Before returning an inverse, the page checks whether the determinant is 0. If the matrix is singular, it shows an error instead of pretending an inverse exists. That matters because many inverse problems fail not because the arithmetic is sloppy, but because the original matrix is not invertible in the first place.

Example

Suppose you want to verify whether the product of two 2x2 matrices is correct. Set the size to 2x2, choose multiplication, and enter both matrices row by row. The page immediately returns the product matrix. That instant feedback is useful because it helps you see whether the mistake was in your multiplication rule, your row-column pairing, or simply a copied number.

How to Understand the Result

Matrix Result or Scalar Result

Addition, subtraction, multiplication, inverse, and transpose return matrices. Determinant returns a single scalar value. Before interpreting the output, it helps to confirm which kind of operation you selected.

Result Notes

The page includes short notes such as same-size reminders or determinant-value context. They are brief, but they help confirm that you are reading the output in the right mathematical frame.

Common Mistakes

  • Choosing 3x3 but entering only two rows or the wrong number of values per row.
  • Assuming every operation needs two matrices when determinant, inverse, and transpose use only matrix A.
  • Treating a singular matrix as a page bug when the real issue is determinant 0.
  • Expecting higher-dimensional or symbolic matrix features from a page built for 2x2 and 3x3 numeric inputs.

FAQ

Why does the page recalculate as soon as I edit the matrix

Because the current implementation recalculates automatically once the required input is valid, which makes practice and checking faster.

Does inverse failure always mean I typed something wrong

Not necessarily. A common reason is that the matrix is singular, which means its determinant is exactly 0.

Notes

  • The current page supports only 2x2 and 3x3 numeric square matrices, not higher-dimensional or symbolic matrices.
  • Inverse results come from numeric computation, so very precision-sensitive work should still be cross-checked with hand work or specialized software.

Questions fréquentes

Quelles tailles de matrices la page prend-elle en charge ?

La page supporte uniquement les matrices carrées 2×2 et 3×3.

Quelles opérations nécessitent deux matrices ?

L'addition, la soustraction et la multiplication nécessitent les matrices A et B, tandis que le déterminant, l'inverse et la transposée n'utilisent que la matrice A.

Comment saisir le texte d'une matrice ?

Placez chaque ligne sur une ligne distincte et séparez les valeurs par des espaces ou des virgules, en veillant à ce que le nombre de lignes et de colonnes corresponde à la taille sélectionnée.

Pourquoi le calcul de l'inverse échoue-t-il parfois ?

Si la matrice est singulière, c'est-à-dire que son déterminant est nul, la page ne peut pas produire de résultat pour l'inverse.