What are the implications of calculating the determinant of a matrix?

In summary, the determinant of a matrix has many important implications and equivalent formulations. If the determinant is equal to zero, the matrix is not invertible, has infinitely many solutions, and its columns and rows are linearly dependent. Other important implications include the volume of the parallelepiped spanned by the columns or rows and potential issues with numerical algorithms. Additionally, a comprehensive list of singular-matrix implications can be found on Wikipedia.
  • #1
knightmetal
10
0
Hello,

I'd like to know if the following two paragraphs regarding the determinant of a matrix are correct and also, am I missing any other important implications by calculating the determinant? any other important things I can find from with that value? thanks.

1. If det A=0 <=> Linear Dependence <=> Infinitely many solutions (hence non trivial solution) <=> non invertible (or singular) matrix <=> vectors are parallel.

2. If det A != 0 <=> L.I <=> unique solution <=> invertible (also nonsingular or regular) matrix
 
Last edited:
Physics news on Phys.org
  • #2
knightmetal said:
Hello,

I'd like to know if the following two paragraphs regarding the determinant of a matrix are correct and also, am I missing any other important implications by calculating the determinant? any other important things I can find from with that value? thanks.

1. If det A=0 <=> Linear Dependence <=> Infinitely many solutions (hence non trivial solution) <=> non invertible (or singular) matrix <=> vectors are parallel.

2. If det A != 0 <=> L.I <=> unique solution <=> invertible (also nonsingular or regular) matrix


It's hard to be certain about what you mean: what "vectors" are parallel? Do you mean the matrix's rows (columns)? Then this is false

if the matrix is n x n , n > 2, as what is actually true is that at least one row is in the span of the other ones.

This determinant-not-zero thing is one of the basic mathematics ideas with more equivalent formulations: you could also say that det A = 0

iff ker A = 0 iff A is onto (when seen as linear operator) iff zero is NOT one of its eigenvalues iff for any non-zero b, the system Ax = b has one single solutions...

DonAntonio
 
  • #3
Aside from what DonAntonio mentioned, one important fact you missed is that the determinant is equal to the volume of the parallelepiped spanned by the columns (or the rows). See http://en.wikipedia.org/wiki/Determinant#Volume_and_Jacobian_determinant and scroll down to the colorful pictures.

This explains (geometrically) why a determinant of zero corresponds to a singular matrix. It also goes a long way toward explaining the rule for changing variables in multiple integrals.
 
  • #4
the opposite of one solution is zero or at least two.

if det A=0, it is possible to have no solution. for instance 0x=0 has many solutions, while 0x=1 has none.

In other words, if det A =0, then A is not injective nor surjectinve.
 
  • #5
Hey guys thanks a lot for your replies, it helped :)
 
  • #6
knightmetal said:
am I missing any other important implications by calculating the determinant? any other important things I can find from with that value?

Another useful thing to know: many numerical algorithms run into horrible problems whenever ##\textrm{Det}[\hat{M}] \approx 0##. (E.g. matrix inversion is unstable.)

There's also a fairly comprehensive list of singular-matrix implications on Wikipedia:
http://en.wikipedia.org/wiki/Singular_matrix#Properties
 
  • #7
heres all there is to know about determinants.
 

Attachments

  • Determinants.pdf
    100.7 KB · Views: 315

FAQ: What are the implications of calculating the determinant of a matrix?

What is the determinant of a matrix?

The determinant of a matrix is a scalar value that represents certain properties of the matrix, such as its volume or area, and is used to solve various equations and systems of equations.

How is the determinant of a matrix calculated?

The determinant of a matrix is calculated by using a specific formula based on the elements of the matrix. For a 2x2 matrix, the determinant is calculated by multiplying the values in the main diagonal and subtracting the product of the values in the other diagonal. For larger matrices, the calculation involves finding the determinant of smaller submatrices.

What are some properties of the determinant of a matrix?

The determinant of a matrix has several important properties, including that the determinant of a matrix and its transpose are equal, and that if a matrix has a row or column of zeros, its determinant is also zero. It also follows the rule that when two rows or columns of a matrix are swapped, the determinant changes sign.

What does the determinant of a matrix tell us about the matrix?

The value of the determinant of a matrix can tell us several things about the matrix, including whether it is invertible (non-zero determinant) or singular (zero determinant), and the orientation and scaling factor of the matrix. It can also be used to solve systems of equations and find the area or volume of geometric shapes represented by the matrix.

How is the determinant of a matrix used in real-world applications?

The determinant of a matrix has various applications in fields such as physics, engineering, and economics. It is used to solve systems of linear equations, find the inverse of a matrix, and calculate the volume of a parallelepiped defined by the matrix. It is also used in computer graphics and data analysis to manipulate and transform data.

Back
Top