Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Determinant
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Example==== These characterizing properties and their consequences listed above are both theoretically significant, but can also be used to compute determinants for concrete matrices. In fact, [[Gaussian elimination]] can be applied to bring any matrix into upper triangular form, and the steps in this algorithm affect the determinant in a controlled way. The following concrete example illustrates the computation of the determinant of the matrix <math>A</math> using that method: :<math>A = \begin{bmatrix} -2 & -1 & 2 \\ 2 & 1 & 4 \\ -3 & 3 & -1 \end{bmatrix}. </math> {| class="wikitable" |+ Computation of the determinant of matrix <math>A</math> |- | Matrix || <math>B = \begin{bmatrix} -3 & -1 & 2 \\ 3 & 1 & 4 \\ 0 & 3 & -1 \end{bmatrix} </math> || <math>C = \begin{bmatrix} -3 & 5 & 2 \\ 3 & 13 & 4 \\ 0 & 0 & -1 \end{bmatrix} </math> || <math>D = \begin{bmatrix} 5 & -3 & 2 \\ 13 & 3 & 4 \\ 0 & 0 & -1 \end{bmatrix} </math> || <math>E = \begin{bmatrix} 18 & -3 & 2 \\ 0 & 3 & 4 \\ 0 & 0 & -1 \end{bmatrix} </math> |- | Obtained by || add the second column to the first || add 3 times the third column to the second || swap the first two columns || add <math>-\frac{13} 3</math> times the second column to the first |- | Determinant || <math>|A| = |B|</math> || <math>|B| = |C|</math> || <math>|D| = -|C|</math> || <math>|E| = |D|</math> |} Combining these equalities gives <math>|A| = -|E| = -(18 \cdot 3 \cdot (-1)) = 54.</math>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)