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

  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Determinant
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
 
Thread 'Determine whether ##125## is a unit in ##\mathbb{Z_471}##'
This is the question, I understand the concept, in ##\mathbb{Z_n}## an element is a is a unit if and only if gcd( a,n) =1. My understanding of backwards substitution, ... i have using Euclidean algorithm, ##471 = 3⋅121 + 108## ##121 = 1⋅108 + 13## ##108 =8⋅13+4## ##13=3⋅4+1## ##4=4⋅1+0## using back-substitution, ##1=13-3⋅4## ##=(121-1⋅108)-3(108-8⋅13)## ... ##= 121-(471-3⋅121)-3⋅471+9⋅121+24⋅121-24(471-3⋅121## ##=121-471+3⋅121-3⋅471+9⋅121+24⋅121-24⋅471+72⋅121##...

Similar threads

Replies
1
Views
1K
Replies
5
Views
2K
Replies
14
Views
2K
Replies
2
Views
3K
Replies
7
Views
2K
Replies
9
Views
1K
Back
Top