Quantcast
Loading [MathJax]/jax/output/CommonHTML/autoload/mtable.js

Determinant of 2X2 Matrix

det(A)=A1,1A2,2-A2,1A1,2det(A)=A1,1A2,2A2,1A1,2
Matrix AMatrix A
Tags

The Determinant of 2X2 Matrix calculator computes the determinant of a 2x2 matrix.

INSTRUCTIONS: Enter the following:
  • (A) Four elements of the 2x2 matrix

Determinant of 2x2 Matrix (det): The calculator returns the single real value, which is the determinant of the matrix A

The Math

This equation computes the determinant of of a two-by-two matrix.  Given a square matrix where

A = (A11A12A21A22)

det(A) = A11A22-A12A21
The multiplication pattern for the determinant, which extends to larger square matrices, is along the diagonals.  So, the first term is the product of the matrix  elements along the diagonal sloping to the right: A11A33.  The second term is the product of the matrix  elements along the diagonal sloping to the left:  A12A21.  

The terms formed of the product of the right sloping diagonals are positive and the terms formed of the left sloping diagonals are negative. 

When added together, you get:  det(A) = A11A22 - A12A21.