Definition of determinant for 2x2 matrix

Click For Summary
SUMMARY

The determinant of a 2x2 matrix is defined as det(A) = ad - bc, where A = [a, b; c, d]. The minor M_{i,j} for a 2x2 matrix is calculated by removing the ith row and jth column, resulting in a 1x1 matrix. The general definition of the determinant does not hold for all matrices, as it requires specific indices for computation. In the case of a 2x2 matrix, the determinant can be derived from either row, confirming the consistency of the formula.

PREREQUISITES
  • Understanding of matrix notation and operations
  • Familiarity with the concept of determinants
  • Knowledge of minors and cofactors in matrix theory
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the properties of determinants in larger matrices
  • Learn about the computation of minors and cofactors in 3x3 matrices
  • Explore applications of determinants in solving linear equations
  • Investigate the relationship between determinants and matrix invertibility
USEFUL FOR

Students of linear algebra, mathematicians, and anyone involved in computational mathematics or engineering who needs to understand matrix determinants and their applications.

MathewsMD
Messages
430
Reaction score
7
For a 2x2 matrix, does the general definition hold?
c131bc216fed2b3333b639a10cfb7d18.png


If so, how exactly is the minor ## M_{i,j} ## computed in this case? If A is a 2x2 matrix, is det(A) only defined as ad - bc?
 
Physics news on Phys.org
MathewsMD said:
For a 2x2 matrix, does the general definition hold?
c131bc216fed2b3333b639a10cfb7d18.png


If so, how exactly is the minor ## M_{i,j} ## computed in this case? If A is a 2x2 matrix, is det(A) only defined as ad - bc?
The minor in this case is 1 x 1 matrix determinant. IOW, the number that isn't in row i, column j.

$$\det \begin{bmatrix} a & b \\ c & d \end{bmatrix} = ad - bc$$
 
MathewsMD said:
For a 2x2 matrix, does the general definition hold?
c131bc216fed2b3333b639a10cfb7d18.png


If so, how exactly is the minor ## M_{i,j} ## computed in this case? If A is a 2x2 matrix, is det(A) only defined as ad - bc?
No, that definition does not hold for any matrix because the determinant is a number where, as you have it, it is a function of "i".
What you should have is a specific number in place of "i". Typically it is "1" but any number from 1 to n would do.

In the case of a 2 by 2 matrix, n= 2 so, with your "i" replaced by "1", \sum_{j= 1}^N (-1)^{1+ j}a_{1j}M_{1j} is (-1)^{1+ 1}a_{11}a_{22}+ (-1)^{1+ 2}a_{12}a_{21}= a_{11}a_{22}- a_{12}a_{21}. In the case that
\begin{bmatrix}a_{11} & a_{12} \\ a_{21} & a_{22}\end{bmatrix}= \begin{bmatrix}a & b \\ c & d \end{bmatrix}
that would be ad- bc.

Notice that if we replaced "1" above by "2" we would have \sum_{j= 1}^N (-1)^{2+ j}a_{2j}M_{2j} is (-1)^{2+ 1}a_{21}a_{12}+ (-1)^{2+ 2}a_{22}a_{11}= -a_{12}a_{21}+ a_{11}a_{22} the same as before.

The "minor", M_{ij} is, by definition, the determinant of the matrix you have after removing the "ith row" and "jth column". In the case that
A= \begin{bmatrix} a & b \\ c & d\end{bmatrix}
a_{11}= a and M_{11}= a_{22}= d since we remove the first row, \begin{bmatrix}a & b\end{bmatrix} and first column, \begin{bmatrix}a \\ c \end{bmatrix} we are left with the "1 by 1 matrix", d.
Similarly, a_{12}= b and M_{12}= a_{21}= c.
 
Last edited by a moderator:
  • Like
Likes   Reactions: dextercioby and MathewsMD

Similar threads

Replies
13
Views
4K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K