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

  • MHB
  • Thread starter karush
  • Start date
  • Tags
    Determinant
In summary, the conversation discusses the computation of the determinant of a given matrix. The determinant is calculated by taking out the only nonzero element in each row and multiplying it by the minor obtained by erasing that row and column. The process also involves multiplying by a scaler, which changes sign depending on the location of the nonzero element. The conversation also includes a notation comment about the use of "~" instead of "=" when writing out the determinants.
  • #1
karush
Gold Member
MHB
3,269
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
  • #2
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$.
 
  • #3
@karush

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

-Dan
 
  • #4
topsquark said:
@karush

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

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

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

-Dan
The teacher uses it $\sim$ meas similar
 
  • #6
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
 

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

1. What is the determinant of a matrix?

The determinant of a matrix is a numerical value that represents certain properties of the matrix. It is calculated using a specific formula and can be used to solve systems of linear equations, find the area of a parallelogram or volume of a parallelepiped, and determine whether a matrix is invertible or not.

2. How is the determinant of a matrix calculated?

The determinant of a matrix is calculated by multiplying the elements of the first row by their corresponding cofactors and then adding or subtracting these values based on the pattern of alternating signs. This process is repeated for each row or column until the entire matrix is reduced to a single numerical value.

3. Why do the scalers in the determinant formula change sign?

The scalers in the determinant formula change sign in order to account for the direction of the vectors represented by the rows or columns of the matrix. This is necessary in order to accurately calculate the determinant and determine the properties of the matrix.

4. What do the sign changes in the determinant represent?

The sign changes in the determinant represent the orientation or direction of the vectors in the matrix. They indicate whether the vectors are pointing in the same direction (positive determinant) or in opposite directions (negative determinant).

5. Why is the determinant an important concept in linear algebra?

The determinant is an important concept in linear algebra because it provides a way to determine the properties of a matrix, such as invertibility, and can be used to solve systems of linear equations. It also has applications in geometry and physics, making it a fundamental concept in many areas of mathematics and science.

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
786
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
5
Views
990
  • Linear and Abstract Algebra
Replies
5
Views
957
  • Linear and Abstract Algebra
Replies
1
Views
873
  • Linear and Abstract Algebra
Replies
3
Views
2K
  • Linear and Abstract Algebra
Replies
14
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
3
Views
839
  • Linear and Abstract Algebra
Replies
7
Views
959
Back
Top