New Reply

Determinant of a matrix

 
Share Thread Thread Tools
Jun2-12, 09:10 AM   #1
 

Determinant of a matrix


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
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Jun2-12, 09:58 AM   #2
 
Quote by knightmetal View Post
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
Jun2-12, 12:30 PM   #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/Determi...an_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.
Jun2-12, 01:58 PM   #4
 

Determinant of a matrix


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.
Jun3-12, 05:29 PM   #5
 
Hey guys thanks a lot for your replies, it helped :)
Jun12-12, 12:42 AM   #6
 
Quote by knightmetal View Post
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
Jun12-12, 02:40 PM   #7
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
heres all there is to know about determinants.
Attached Files
File Type: pdf Determinants.pdf (100.7 KB, 16 views)
New Reply
Thread Tools


Similar Threads for: Determinant of a matrix
Thread Forum Replies
NxN-complex matrix, identified 2Nx2N-real matrix, determinant Linear & Abstract Algebra 2
Finding determinant given determinant of another matrix Calculus & Beyond Homework 3
determinant of a matrix Calculus & Beyond Homework 0
Matrix determinant Precalculus Mathematics Homework 4
Matrix determinant Introductory Physics Homework 9