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

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

The determinant of the 3x3 matrix $$A=\left| \begin{array}{rrr} 1&0&2\\ 1&0&0 \\ 3&2&0\end{array} \right|$$ was computed using three distinct methods: the Basket Weaving method, cofactor expansion, and row reduction. The Basket Weaving method yielded a determinant of 4, while the cofactor expansion also confirmed this result by evaluating the determinant of a 2x2 submatrix. The row reduction method produced an upper triangular matrix, leading to a determinant of -4, which, after accounting for a row swap, resulted in a final determinant of 4.

PREREQUISITES
  • Understanding of 3x3 matrix operations
  • Familiarity with the concept of determinants
  • Knowledge of cofactor expansion
  • Experience with row reduction techniques
NEXT STEPS
  • Learn the Basket Weaving method for calculating determinants
  • Explore cofactor expansion in greater detail
  • Study row reduction techniques for matrix transformations
  • Investigate properties of determinants, including effects of row operations
USEFUL FOR

Students of linear algebra, mathematicians, and anyone involved in computational mathematics or matrix theory will benefit from this discussion.

karush
Gold Member
MHB
Messages
3,240
Reaction score
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
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.
 
Yet another way, using "row reduction": From [math]\begin{bmatrix}1 & 0 & 2 \\ 1 & 0 & 0 \\ 3 & 2 & 0 \end{bmatrix}[/math] subtract the first row from the second row and three times the first row from the third row to get [math]\begin{bmatrix}1 & 0 & 2 \\ 0 & 0 & -2 \\ 0 & 2 & -6\end{bmatrix}[/math]. Then swap the second and third rows to get the upper triangular matrix [math]\begin{bmatrix}1 & 0 & 2 \\ 0 & 2 & -6 \\ 0 & 0 & -2\end{bmatrix} which obviously has determinant [math](1)(2)(-2)= -4[/math]. 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.)
 

Similar threads

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