Statement on matrix and determinant

  • Thread starter Thread starter Raghav Gupta
  • Start date Start date
  • Tags Tags
    Determinant Matrix
AI Thread Summary
For a square matrix A of order 3, options 1 and 4 regarding determinants are confirmed as true, while options 2 and 3 are false. The statement det(-A) = -det A is valid, and det(2A) equals 8det(A), rejecting option 4. Option 3 is deemed nonsensical as it incorrectly equates a determinant (a scalar) with a matrix. The discussion emphasizes the importance of using specific matrices for verification and highlights the need for clarity in mathematical expressions.
Raghav Gupta
Messages
1,010
Reaction score
76

Homework Statement


If A is a square matrix of order 3 then the true statement is
1. det(-A) = - det A
2.det A = 0
3.det ( A + I) = I + detA
4.det(2A) = 2detA

Homework Equations


NA

The Attempt at a Solution


2. option is obviously not true.
Making a random matrix A and verifying properties 1. , 3. , 4. would be lengthy.
What is the approach for this?
 
Physics news on Phys.org
Raghav Gupta said:
What is the approach for this?

Did you try simply using some basic rules for determinants? How would you write the determinant of a matrix in terms of its components?
 
Orodruin said:
Did you try simply using some basic rules for determinants? How would you write the determinant of a matrix in terms of its components?
I know det(AT) = det(A)
for equal size square matrices,
det(A)(B) = det(A)det(B),
What property should I apply as these I think are not applicable here?
 
Raghav Gupta said:
det(A)(B) = det(A)det(B),

Can you write multiplication by a constant as a multiplication with a matrix? In that case, what matrix?
 
Orodruin said:
Can you write multiplication by a constant as a multiplication with a matrix? In that case, what matrix?
Is it the identity matrix ## I ## ?
 
Raghav Gupta said:
Is it the identity matrix ## I ## ?

Why not take ##A = I##, and calculate the determinants required? Just to see what happens. You are allowed to try things out with specific matrices!
 
Do you get 3A by multiplying A with the identity?
 
Orodruin said:
Do you get 3A by multiplying A with the identity?
No. We get A only.
 
So how would you get 3A?
 
  • #10
Orodruin said:
So how would you get 3A?
By multiplying A with 3 or 3##I##
 
  • #11
Raghav Gupta said:
By multiplying A with 3 or 3##I##
Yes, try the latter and apply your determinant relations.
 
  • #12
Orodruin said:
Yes, try the latter and apply your determinant relations.
But by that I am getting options 1 and 4 true.
Among that one is supposed to be true.
 
  • #13
You are then doing it wrong. What is the determinant of 3I?
 
  • #14
Orodruin said:
You are then doing it wrong. What is the determinant of 3I?
27
 
  • #15
Raghav Gupta said:
27
Yes, so what is then the determinant of 2A expressed in det(A)?
 
  • #16
Orodruin said:
Yes, so what is then the determinant of 2A expressed in det(A)?
8det(A).Option 4 rejected.
Option 1 is okay.
What about option 3 ?
 
  • #17
Raghav Gupta said:
8det(A).Option 4 rejected.
Option 1 is okay.
What about option 3 ?

You tell us.
 
  • #18
Ray Vickson said:
You tell us.
But we can't apply the property there of
det(A)det(B) = det(A)(B) as there is no use of it?
 
  • #19
Why don't you try insering a well chosen matrix and see what comes out? I suggest one which will make the determinants easy to compute.
 
  • #20
Orodruin said:
Why don't you try insering a well chosen matrix and see what comes out? I suggest one which will make the determinants easy to compute.
Oh, thanks that option 3 is also false.
But I have verified that by taking any random matrix.
Is there any general proof of that or we learn it in higher sections?
 
  • #21
To prove that something is false you only need a counter example.
 
  • Like
Likes Raghav Gupta
  • #22
Raghav Gupta said:
Oh, thanks that option 3 is also false.
But I have verified that by taking any random matrix.
Is there any general proof of that or we learn it in higher sections?

Right: not only is (3) false, it does not even have any meaning. The left-hand-side det(A+I) is a number, while the right-hand-side det(A) + I is a number plus a matrix---which does not exist in any reasonable way.
 
  • Like
Likes Raghav Gupta
  • #23
Ray Vickson said:
Right: not only is (3) false, it does not even have any meaning. The left-hand-side det(A+I) is a number, while the right-hand-side det(A) + I is a number plus a matrix---which does not exist in any reasonable way.
I always took the I there to mean 1, precisely since it does not have any meaning otherwise ...
 
  • #24
In some contexts (especially in books on functional analysis) it's considered acceptable to write down equations of the type "operator = number" and sums of the type "operator + number". The number is then interpreted as that number times the identity operator. So (3) could be interpreted as ##\det(A+I)I=I+(\det A)I##, but it seems very unlikely that this is the intended interpretation. I'm inclined to go with Ray Vickson's interpretation first (the equality is nonsense), and Orodruin's interpretation second (the I on the right is supposed to be 1).
 
Back
Top