Determinant Relationship: det(A) and det(-A) for n x n Matrices

  • Context: Undergrad 
  • Thread starter Thread starter johndoe3344
  • Start date Start date
  • Tags Tags
    Determinants
Click For Summary
SUMMARY

The determinant relationship for an n x n matrix A states that det(-A) equals -det(A) for odd n and equals det(A) for even n. This conclusion is derived from the property that multiplying each row of a matrix by a scalar k results in det(B) = k^n * det(A). Specifically, when k = -1, the determinant becomes det(-A) = (-1)^n * det(A). This relationship can also be confirmed using the identity matrix, where det(-1*I) = (-1)^n, leading to det(-A) = (-1)^n * det(A).

PREREQUISITES
  • Understanding of matrix determinants
  • Familiarity with properties of matrix operations
  • Knowledge of scalar multiplication in matrices
  • Basic linear algebra concepts
NEXT STEPS
  • Study the properties of determinants in linear algebra
  • Learn about the effects of row operations on determinants
  • Explore the relationship between determinants and matrix multiplication
  • Investigate the implications of scalar multiplication on matrix properties
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, matrix theory, or anyone interested in understanding determinant properties and their applications.

johndoe3344
Messages
28
Reaction score
0
For an n x n matrix A, what is the relationship between det(A) and det(-A)?

I tried it with a 1x1 matrix, and det (-A) = - det (A)
I tried it with a 2x2 matrix, and det(A) = det(-A)
I tried it with a 3x3 matrix, and the results were the same as that with a 1x1.

This leads me to believe that for all odd n's, det(-A) = - det(A) and that for all even n's the two are the same.

Is this the case? And if so, how would I show that in a more mathematical manner that just intuition?
 
Physics news on Phys.org
Let A be an nxn matrix. What happens if we multiply a row/column of A with a scalar \lambda? What happens if we do this to all the rows/columns? How does it affect the first relation?
 
Why are we multiplying each individual row/column by a scalar?

When we multiply the matrix by a scalar, doesn't this automatically distribute the scalar to every single entry of the matrix?

I guess what I'm confused at is this:

Suppose we let the square matrix B be obtained from matrix A by multiplying the matrix A by the scalar k. Then det(B) = k*det(A). Then if we let k = -1, as in my original question, then won't det(-A) = det(A) for all n?

But obviously this isn't the case. What am I doing wrong?
 
johndoe3344 said:
Suppose we let the square matrix B be obtained from matrix A by multiplying the matrix A by the scalar k. Then det(B) = k*det(A).
Not so. You're thinking of the case when B is obtained by multiplying a single row of A by k.
 
So since multiplying each row of a scalar by the constant gives us det(B) = k*det(A)...

If we multiply each row of a n x n matrix by the same constant, i.e. n times, then the formula would be for the case of k = -1:

det(B) = [(-1)^n]*det(A)

Which would explain the difference for odd n, and the same for even n.

Is this correct?
 
Yes, that's correct.

There's an another way to see this if you know that det(A*B) = det(A)*det(B): If we let I be the nxn identity matrix, then det(-1*I) = (-1)^n, so that det(-A) = det(-1*I * A) = det(-1*I) det(A) = (-1)^n det(A). Of course this can be generalized to any k.
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K