Linear Algebra - Determinants and Scalar Multiplication

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 3K views
evelynn
Messages
5
Reaction score
0

Homework Statement



If [tex]det\left[<br /> \begin {array}{ccc}<br /> a&1&d\\<br /> \noalign{\medskip}<br /> b&1&e\\<br /> \noalign{\medskip}<br /> c&1&f<br /> \end {array}<br /> \right]=-4[/tex] and [tex]det\left[<br /> \begin {array}{ccc}<br /> a&1&d\\<br /> \noalign{\medskip}<br /> b&2&e\\<br /> \noalign{\medskip}<br /> c&3&f<br /> \end {array}<br /> \right]=-1[/tex],

then [tex]det\left[<br /> \begin {array}{ccc}<br /> a&8&d\\<br /> \noalign{\medskip}<br /> b&8&e\\<br /> \noalign{\medskip}<br /> c&8&f<br /> \end {array}<br /> \right]=___[/tex]

and [tex]det\left[<br /> \begin {array}{ccc}<br /> a&-1&d\\<br /> \noalign{\medskip}<br /> b&-4&e\\<br /> \noalign{\medskip}<br /> c&-7&f<br /> \end {array}<br /> \right]=___[/tex]

The Attempt at a Solution



For the first question, I'm pretty sure that I can factor out an 8 as it is a scalar multiple of the second column. One of the properties of determinants is that if a row or column is multiplied by a scalar, then we can factor the scalar out and then multiply the determinant by that scalar. Thus, the answer would be -32.
However, I am really stumped by the second question. I am sure that the scalar -1 is somehow multiplied into the matrix, but I am not sure how the numbers were obtained. I'm thinking that each row must have resulted from the scalar multiple of another row. However, if that's the case, then why are the unknowns unaffected?
I am seriously at my wit's end and any direction would be helpful.
Thank you!
 
Physics news on Phys.org
Note that detA = detA^T. And also the determinant of A+B where A,B differ by a single row is det(A+B). Now multiply the column 1,2,3 of that matrix by 3. What do you have to multiply the 2nd column of the 1,1,1 column matrix such that adding up both gives you -1,-4,-7?
 
Wow! It makes so much more sense now that you've mentioned detA=detA^T to me! Thank you so much!
 
Now that you have already seen the algebraic explanation, here is an image tutorial showing the geometric intuition behind it:
http://img137.imageshack.us/img137/6679/determinantrowopsjx2.png

The image explains in 2D, but in higher dimensions everything is the same except parallelograms become paralellipipeds and the determinant measures volume not area.

Can you see why the determinant of a singular matrix has to be zero?
 
Last edited by a moderator:
It is a visual proof that
1) Multiplying a column by a constant scales the determinant by that constant, and
2) The determinant is linear in any particular column.