What is Determinants: Definition and 169 Discussions

In mathematics, the determinant is a scalar value that is a function of the entries of a square matrix. It allows characterizing some properties of the matrix and the linear map represented by the matrix. In particular, the determinant is nonzero if and only if the matrix is invertible, and the linear map represented by the matrix is an isomorphism. The determinant of a product of matrices is the product of their determinants (the preceding property is a corollary of this one).
The determinant of a matrix A is denoted det(A), det A, or |A|.
In the case of a 2 × 2 matrix the determinant can be defined as









|

A

|

=


|



a


b




c


d



|


=
a
d

b
c
.






{\displaystyle {\begin{aligned}|A|={\begin{vmatrix}a&b\\c&d\end{vmatrix}}=ad-bc.\end{aligned}}}
Similarly, for a 3 × 3 matrix A, its determinant is









|

A

|

=


|



a


b


c




d


e


f




g


h


i



|





=
a



|



e


f




h


i



|



b



|



d


f




g


i



|


+
c



|



d


e




g


h



|








=
a
e
i
+
b
f
g
+
c
d
h

c
e
g

b
d
i

a
f
h
.






{\displaystyle {\begin{aligned}|A|={\begin{vmatrix}a&b&c\\d&e&f\\g&h&i\end{vmatrix}}&=a\,{\begin{vmatrix}e&f\\h&i\end{vmatrix}}-b\,{\begin{vmatrix}d&f\\g&i\end{vmatrix}}+c\,{\begin{vmatrix}d&e\\g&h\end{vmatrix}}\\[3pt]&=aei+bfg+cdh-ceg-bdi-afh.\end{aligned}}}
Each determinant of a 2 × 2 matrix in this equation is called a minor of the matrix A. This procedure can be extended to give a recursive definition for the determinant of an n × n matrix, known as Laplace expansion.
Determinants occur throughout mathematics. For example, a matrix is often used to represent the coefficients in a system of linear equations, and determinants can be used to solve these equations (Cramer's rule), although other methods of solution are computationally much more efficient. Determinants are used for defining the characteristic polynomial of a matrix, whose roots are the eigenvalues. In geometry, the signed n-dimensional volume of a n-dimensional parallelepiped is expressed by a determinant. This is used in calculus with exterior differential forms and the Jacobian determinant, in particular for changes of variables in multiple integrals.

View More On Wikipedia.org
  1. T

    How Do Row Operations Simplify Calculating a 4x4 Determinant?

    A=[3 2 4 3 ;2 -1 2 -2 ; 1 2 0 -2 ;-2 -5 -5 -4] can smby pls show me how to perform this determinants pls thanx
  2. Y

    Linear algebra: determinants (proof)

    hi, i seem to have some trouble proving: Suppose M = [A B:O C], where A is a kxk matrix, C is a pxp matrix, and O is a zero matrix. Show that det(M) = det(A)det(C). my attempt at a proof: det(M) = det(A)det(C) det[A B:O C] = det(A)det(C) AC - OB = det(A)det(C) AC =...
  3. J

    Slater Determinants: Representing Electrons

    When making a slater determinant do you have to represent every electron in the atom, or just the electrons in the highest level?
  4. W

    Linear Algebra question: n x n determinants

    I know what a determinant is and how to solve for it, but in the case of this n x n matrix on my homework, I'm at a complete loss as to how to even begin starting this. I don't expect anyone to work it out for me, just to give me a solid method for how to solve it and prove my method for the n...
  5. A

    What is the Notation for Adjoints in Matrices?

    Just wondering, how would you solve a problem such as this one: Suppose A is an 5 x 5 matrix, with det(A) = 2 find the following: det(A^-1 + adj(A)) Thanks in advance.
  6. H

    Linear algebra, determinants, and transposes

    Okay, I need to prove that det(A^t) = det(A). I can see that it's true because I know columns and rows are interchangable (meaning you can use columns or rows when taking determinants), but I don't know how to prove this fact. Any help would be very appreciated.
  7. S

    Understanding Determinants of a 3x3 Matrix: A Beginner's Guide

    could someone please explain simply how to get the determinate of a 3 * 3 matrix I'm relly stuck I've looked through my textbooks but it only has examples of how to do it useing a grapgics calculator thanks
  8. K

    Determinants and Matrix Inverses Proofs

    Can anyone help me start this out? I got absolutely no clue. Q: If A and B are n x n matrices, AB = -BA, and n is odd, show that either A or B has no inverse. I know that we have to show that either det A is 0 or det B is 0, but I have no clue how to show it with the given information...
  9. J

    Orientation preserving and determinants

    Can someone help me prove two theorems? I know they both are true, but can't come up with proofs. 1) Prove that a 3x3 matrix A is orientation preserving iff det(A)>0. 2) Prove that for A, B (both 3x3 matrices) that det(AB)=detA*detB. (A, B may or may not be invertible). THANK YOU!
  10. P

    Prove the equality using the theorems in determinants

    without using any expansion method, prove the equality using the theorems in determinants...
  11. A

    Efficient Methods for Computing Determinants of Large Matrices

    How do computers evaluate determinants of large matrices? The cofactor method seems like it would be too time consuming. Does anyone know?
  12. N

    Can A Square Matrix with AA^T = A^TA = I_n Have a Determinant of \pm 1?

    Prove that, if AA^T = A^TA = I_n, then \det{A} = \pm 1. This is daunting.
  13. J

    Linear algebra: determinants and eigenvalues

    i'm reading and doing some work in introduction to linear algebra fifth edition, and i came across some problems that i had no clue. 1. An (n x n) matrix A is a skew symmetric (A(transposed) = -A). Argue that an (n x n) skew-symmetrix matrix is singular when n is an odd integer. 2. Prove...
  14. A

    Find the following determinants

    I know how to find the determinant in general but these two problems here are tough for me: 1. Find the determinant of: 3 -1 0 0 0 -1 3 -1 0 0 0 -1 3 -1 0 0 0 -1 3 -1 0 0 0 -1 3 2. Find the determinant of: 0 2 2 2 2 2 0 2 2 2 2 2 0 2 2 2 2 2 0 2 2 2 2 2 0 Now, I know that I...
  15. N

    Product of Two Terms: Determinant Evaluation and Vanishing Values in Terms of p

    Hi, I' not sure if I've done this question correctly so I just want someone to tell me where I've gone wrong (if I have). Evaluate the following determinant as a product of two terms. Hence find, in terms of p the values of x for which it vanishes. Grr, I can't seem to use LaTeX properly...
  16. Shahil

    Calculating Determinants in Visual Basic: Cramer's Rule Method

    :cry: :cry: :cry: Nobody wants to help me in the Software foum so I'm hoping someone loves me enough here to gimme some help! :shy: Basically, I need a Visual Basic program that can work out 4x4 determinants. I need it for a project and practical usage as well. Anyway - the...
  17. Shahil

    Can VB be used to efficiently find determinants of 4 x 4 matrices?

    hey, :eek: I want to use Visual Basic to create a programme that finds the determinant of a 4 x 4 matrix. I have some code and an idea how to do it but the process doesn't use arrays and is bloody long and doesn't work perfectly. My problem with the arrays is that I can't seem to get...
  18. A

    Square matrices, determinants and consistency

    This is the first time I'm posting (or rather asking) anything here. I'm a student of elementary linear algebra, therefore please excuse me if my questions come across as dumb or if I make any mistakes: I have a question about determinants and whether or not a solution exists, etc. I will be...
  19. S

    What are determinants useful for?

    I want to learn about determinants, but I'm just getting so bored studying the hundred and one ways to manipulate the determinant to find its value especially when they don't seem to have much value. What are determinants useful for?
Back
Top