What is the determinant of the given matrix and why do the scalers change sign?

  • Context: MHB 
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Determinant
Click For Summary
SUMMARY

The determinant of the given matrix is calculated to be -12 through a series of row operations and determinant evaluations. The process involves using the properties of determinants, specifically the effect of row operations on the sign of the determinant. Scalars change sign based on the position of the nonzero element in the matrix, specifically through the application of the factor $(-1)^{i+j}$ when removing rows and columns. This discussion clarifies the importance of notation, particularly the distinction between similar matrices and equality in determinants.

PREREQUISITES
  • Understanding of matrix operations and properties
  • Familiarity with determinants and their calculation methods
  • Knowledge of the effect of row operations on determinants
  • Basic linear algebra concepts, including minors and cofactors
NEXT STEPS
  • Study the properties of determinants in linear algebra
  • Learn about matrix similarity and its implications on determinants
  • Explore the concept of minors and cofactors in depth
  • Practice calculating determinants using various methods, including row reduction
USEFUL FOR

Students of linear algebra, mathematicians, and anyone interested in understanding matrix determinants and their properties.

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Compute the determinant of the following matrix
$$\left| \begin{array}{cccc}
2 & 1 & 0 & 2 \\1 & 2 & 1 & 2 \\-1 & 1 & -3 & 2 \\1 & -1 & 1 & 0
\end{array} \right|
\sim
\left| \begin{array}{cccc}
2 & 1 & 0 & 2 \\1 & 2 & 1 & 2 \\-1 & 1 & -3 & 2 \\0 & 0 & -2 & 2
\end{array} \right|
\sim
\left| \begin{array}{cccc}
2 & 1 & 0 & 2 \\1 & 2 & 1 & 3 \\-1 & 1 & -3 & -1 \\0 & 0 & -2 & 0
\end{array} \right|$$
then
$$2\left| \begin{array}{cccc}
2 & 1 & 2 \\1 & 2 & 3 \\-1 & 1 & -1
\end{array} \right|
\sim
2\left| \begin{array}{cccc}
0 & 3 & 0 \\1 & 2 & 3 \\-1 & 1 & -1
\end{array} \right|$$
then
$$(-2)(3)\left| \begin{array}{cccc}
1 & 3 \\-1 & -1
\end{array} \right|$$
finally
$$=-6[((1)\cdot(-1))-((-1)\cdot(3))]=-12$$

ok prob some typos but why do the scalers change sign?

https://www.physicsforums.com/attachments/8756
 
Physics news on Phys.org
If the only nonzero element in $i$th row is in $j$th column, then this element is taken out and multiplied by $(-1)^{i+j}$ and the minor obtained by erasing $i$th row and $j$th column. For example, in line 3 of your computation 3 is in line 1, row 2, so the $2\times2$ determinant is multiplied by $(-1)^{1+2}\cdot 3=-3$.
 
@karush

A notation comment: Why are you using " ~ " instead of " = "?

-Dan
 
topsquark said:
@karush

A notation comment: Why are you using " ~ " instead of " = "?

-Dan
He's being nice and waving at you :)
 
topsquark said:
@karush

A notation comment: Why are you using " ~ " instead of " = "?

-Dan
The teacher uses it $\sim$ meas similar
 
karush said:
The teacher uses it $\sim$ meas similar
That's kind of what I was wondering. The matrices are similar, the determinants of those matrices are equal. You wrote those as determinants so you should be using the " = ".

-Dan
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K