What is the determinant of a 3x3 matrix using various methods?

  • MHB
  • Thread starter karush
  • Start date
  • Tags
    Determinant
In summary, the determinant of the given matrix is computed to be 4 using the method of basket weaving and the cofactor expression. Another method, row reduction, is also demonstrated for practice and yields the same determinant of 4.
  • #1
karush
Gold Member
MHB
3,269
5
$\textsf{Compute the determinant of} $
$$A=\left|
\begin{array}{rrr} 1&0&2\\ 1&0&0 \\ 3&2&0\end{array}
\right|$$
$\textsf{(a)by method of Basket weaving}$
$\begin{array}{rrrrr}
1&0&2&1&0 \\ 1&0&0&1&0\\ 3&2&0&3&2
\end{array}$
$[(1)(0)(0)+(0)(0)(3)+(2)(1)(2)]-[(3)(0)(2)+(2)(0)(1)+(0)(1)(0)]$
$[4]-[0]=4$
$\textit{(b) by cofactor expression }$
$\quad\textit{$C_3$ has 2 zeros so}$
$2\begin{vmatrix}1&0\\3&2\end{vmatrix}=4$ hopefully ok
suggestions
 
Physics news on Phys.org
  • #2
karush said:
$\textsf{Compute the determinant of} $
$$A=\left|
\begin{array}{rrr} 1&0&2\\ 1&0&0 \\ 3&2&0\end{array}
\right|$$
$\textsf{(a)by method of Basket weaving}$
$\begin{array}{rrrrr}
1&0&2&1&0 \\ 1&0&0&1&0\\ 3&2&0&3&2
\end{array}$
$[(1)(0)(0)+(0)(0)(3)+(2)(1)(2)]-[(3)(0)(2)+(2)(0)(1)+(0)(1)(0)]$
$[4]-[0]=4$
$\textit{(b) by cofactor expression }$
$\quad\textit{$C_3$ has 2 zeros so}$
$2\begin{vmatrix}1&0\\3&2\end{vmatrix}=4$ hopefully ok
suggestions

Do C2 or R2, just for practice.
 
  • #3
Yet another way, using "row reduction": From \(\displaystyle \begin{bmatrix}1 & 0 & 2 \\ 1 & 0 & 0 \\ 3 & 2 & 0 \end{bmatrix}\) subtract the first row from the second row and three times the first row from the third row to get \(\displaystyle \begin{bmatrix}1 & 0 & 2 \\ 0 & 0 & -2 \\ 0 & 2 & -6\end{bmatrix}\). Then swap the second and third rows to get the upper triangular matrix \(\displaystyle \begin{bmatrix}1 & 0 & 2 \\ 0 & 2 & -6 \\ 0 & 0 & -2\end{bmatrix} which obviously has determinant \(\displaystyle (1)(2)(-2)= -4\). Adding or subtracting one row from another does not change the determinant while swapping two rows multiplies the determinant by -1. Since we swapped rows once, the determinant of the original matrix is 4.

(The other "row operation", multiplying a row by a number, multiplies the determinant by that number.)\)
 

1. What is a determinant?

A determinant is a mathematical concept used to determine certain properties of a square matrix, such as whether it is invertible or singular.

2. How do you compute the determinant of a matrix?

The determinant of a matrix can be computed using various methods, such as cofactor expansion, row reduction, or using properties of determinants. The most commonly used method is the cofactor expansion, also known as the Laplace expansion.

3. What is the significance of the determinant in linear algebra?

The determinant plays a crucial role in linear algebra as it is used to determine whether a matrix has a unique solution, and to calculate the inverse of a matrix. It also helps in understanding the properties of linear transformations and their effect on vector spaces.

4. Can the determinant be negative?

Yes, the determinant can be negative. The value of a determinant depends on the entries of the matrix, and it can be positive, negative, or zero. However, a negative determinant does not necessarily indicate a negative impact on the properties of the matrix.

5. Is there a shortcut to compute the determinant of a large matrix?

There are certain properties and rules that can be applied to simplify the computation of determinants of large matrices. These include the use of row operations, determinant of triangular matrices, and properties such as scaling and swapping rows. However, there is no single shortcut to compute the determinant of a large matrix in all cases.

Similar threads

  • Linear and Abstract Algebra
Replies
5
Views
951
  • Linear and Abstract Algebra
Replies
15
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
700
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
7
Views
826
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
3
Views
820
  • Linear and Abstract Algebra
Replies
14
Views
1K
  • Linear and Abstract Algebra
Replies
7
Views
931
  • Linear and Abstract Algebra
Replies
4
Views
2K
Back
Top