Matrices Math: What is a Determinant?

  • Thread starter Thread starter yuenkf
  • Start date Start date
  • Tags Tags
    Matrices
Click For Summary
The determinant of a matrix is a scalar value that provides important information about the matrix's properties, such as whether it is invertible. For a 2x2 matrix, the determinant is calculated as det(A) = a1*b2 - b1*a2. A non-zero determinant indicates that the matrix has an inverse and that its rows and columns are linearly independent. In practical applications, the determinant can be used to calculate the oriented area of a parallelogram in two dimensions or the oriented volume in higher dimensions. Overall, the determinant is a crucial concept in linear algebra and has significant implications in various mathematical fields.
yuenkf
Messages
10
Reaction score
0
  1. sorry. erm.. what does the determinant means or functions in matrices , math? thanks..
 
Physics news on Phys.org
Example:
Define a square matrix(just for simplicity) A with a1 and b1 in the top row and and a2 and b2 in the second row and a in the first columm and bs in the second columm.The determinant of the matrix would be
det(A)=(a1*b2-b1*a2)
Which you could also write with two vertical lines, like the abs value.
 
why we want to get the determinant?
 
One can show that linear equation systems have solutions for exapmle. It comes n handy all the time. Another example would be that one can write many equation in quantum mechanocs much more elegant that way.
 
yuenkf said:
why we want to get the determinant?
There's a theorem that says that the following statements about an arbitrary ##n\times n##-matrix ##A## are equivalent:

(a) ##\det A\neq 0##.
(b) A is invertible
(c) The rows of A are linearly independent elements of ##\mathbb R^n##.
(d) The columns of A are linearly independent elements of ##\mathbb R^n##.

So if you're interested in finding out if any of the statements (b)-(d) is true, you just compute ##\det A##.

The case n=2 is easy to prove. If you define a,b,c,d by ##A=\begin{pmatrix}a & b\\ c & d\end{pmatrix}## you can show that if ##A## has an inverse, it has to be
$$\frac{1}{ad-bc}\begin{pmatrix}d & -b\\ -c & a\end{pmatrix}.$$ So if ##ad-bc## (the determinant of A) is zero, then ##A## isn't invertible.
 
yuenkf said:
why we want to get the determinant?

In applications, the determinant can used (in 2-D) to compute the "oriented" area of a parallelogram whose sides are given by 2 row vectors. In higher dimensions, it can be used to compute an "oriented" volume.

Thinking a square matrix M applied as a linear transformation to a vector x, T(x) = Mx, the determinant of M indicates how T expands or contracts volumes (when T is applied to each vector defining a side of a pareallelepiped to produce a transformed parallelepiped).
 
  • Like
Likes FactChecker

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 24 ·
Replies
24
Views
4K
Replies
13
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K