Calculating Determinants to Finding the Correct Answer

  • Thread starter Thread starter 60051
  • Start date Start date
  • Tags Tags
    Determinant
AI Thread Summary
The discussion centers on calculating the determinant of a specific 3x3 matrix, where the initial calculations yield conflicting results of 24 and 0 depending on the row or column chosen for expansion. Participants clarify that a matrix should have only one determinant, suggesting that the discrepancy may arise from a sign error in the calculations. One contributor emphasizes the importance of consistent methods, such as visualizing diagonal multiplications, to avoid mistakes. The final consensus indicates that either the provided answer of 0 is incorrect or the matrix in question differs from the one in the textbook. Accurate determinant calculation is crucial, as it reflects the matrix's properties.
60051
Messages
16
Reaction score
0

Homework Statement



Find the determinant of the following matrix:


4...0...1
19...1...-3
7...1...0


I chose the 1st row to do the operations on.

4 [(1*0) - 1*(-3)] + 1 [19*1 - 7*1]

= 4[0 - (-3)] + 1[12]
=12 + 12
=24




I can't see any mistakes in that, but it's apparently wrong. The answer is supposed to be 0. Here's the thing, for some rows/colums, the answer comes out to be 24, while for other rows/colums, the answer is 0. Shouldn't it not matter which row/column you choose? So why am I getting different answers?




For example, if I choose the 3rd column...


1 [19 - 7] - 3 [4 - 0]
= 12 - 12
= 0


So why am I getting different answers?
 
Physics news on Phys.org
60051 said:

Homework Statement



Find the determinant of the following matrix:


4...0...1
19...1...-3
7...1...0


I chose the 1st row to do the operations on.

4 [(1*0) - 1*(-3)] + 1 [19*1 - 7*1]

= 4[0 - (-3)] + 1[12]
=12 + 12
=24




I can't see any mistakes in that, but it's apparently wrong. The answer is supposed to be 0. Here's the thing, for some rows/colums, the answer comes out to be 24, while for other rows/colums, the answer is 0. Shouldn't it not matter which row/column you choose? So why am I getting different answers?




For example, if I choose the 3rd column...


1 [19 - 7] - 3 [4 - 0]
= 12 - 12
= 0


So why am I getting different answers?

Are you familiar with the method of visualizing the diagonal multiplications? That's the way I prefer to do it, and it does give an answer of zero.

See the 3x3 matrix determinant example part-way down this page:

http://en.wikipedia.org/wiki/Determinant

.
 
I get a determinant of 24 in two ways: expanding the first row; expanding the 3rd column. There is a sign error in your work in expanding the third column.
60051 said:
1 [19 - 7] - 3 [4 - 0]
= 12 - 12
= 0
It should be
1 [19 - 7] - (-3) [4 - 0]
= 12 + 12
= 24
 
Ack! I dropped that "-" sign as well. Thanks Mark.
 
Happens to us all... leastwise it happens to me!
 
The answer given is 0, even though 24 also works, as we have seen.

So what's the deal? Are there two determinants?
 
A matrix has only one determinant, so either the given answer is wrong or the matrix you showed us is different from the one in your book's problem.
 
Back
Top