- #1
Dethrone
- 717
- 0
I am trying to find the determinant of the following via upper triangular form:
$$\left[\begin{array}{c}-1 & -1 & 1 & 0 \\ 2 & 1 & 1 & 3 \\ 0 & 1 & 1 & 2 \\ 1 & 3 & -1 & 2 \end{array}\right]$$Using row reduction to bring it to upper triangular matrix:
$$\left[\begin{array}{c}-1 & -1 & 1 & 0 \\ 0 & -1 & 3 & 3 \\ 0 & 0 & 1 & 2 \\ 0 & 0 & 0 & 1/2 \end{array}\right]$$Proposition from my professor's notes (modified a bit as we know the determinant exists and is unique):
Let $\text{det}_n: \Bbb{R}^{nn}\longmapsto\Bbb{R}$ be the determinant function and $U=[u_{ij}]\in\Bbb{R}^{nn}$ by an upper-triangular matrix. Then
$$\text{det}_n(U)=\prod_{k=1}^nu_{kk}$$.
Applying this formula I get $(-1)(-1)(1)(1/2)=1/2$ as my determinant, whereas the actual determinant is $2$. Why is this wrong? Furthermore, I can see that I can multiply the last row by any constant, therefore, the determinant can really be any real number. What is wrong with my application of the proposition?
$$\left[\begin{array}{c}-1 & -1 & 1 & 0 \\ 2 & 1 & 1 & 3 \\ 0 & 1 & 1 & 2 \\ 1 & 3 & -1 & 2 \end{array}\right]$$Using row reduction to bring it to upper triangular matrix:
$$\left[\begin{array}{c}-1 & -1 & 1 & 0 \\ 0 & -1 & 3 & 3 \\ 0 & 0 & 1 & 2 \\ 0 & 0 & 0 & 1/2 \end{array}\right]$$Proposition from my professor's notes (modified a bit as we know the determinant exists and is unique):
Let $\text{det}_n: \Bbb{R}^{nn}\longmapsto\Bbb{R}$ be the determinant function and $U=[u_{ij}]\in\Bbb{R}^{nn}$ by an upper-triangular matrix. Then
$$\text{det}_n(U)=\prod_{k=1}^nu_{kk}$$.
Applying this formula I get $(-1)(-1)(1)(1/2)=1/2$ as my determinant, whereas the actual determinant is $2$. Why is this wrong? Furthermore, I can see that I can multiply the last row by any constant, therefore, the determinant can really be any real number. What is wrong with my application of the proposition?