Showing tA matrix to be nonsingular

  • Thread starter Thread starter gordonjh
  • Start date Start date
  • Tags Tags
    Matrix
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
12 replies · 4K views
gordonjh
Messages
7
Reaction score
0

Homework Statement



Show that if A ε Mnxn is nonsingular and t ≠ 0, then tA is nonsingular and
(tA)-1 = (1/t)A-1.


Homework Equations




The Attempt at a Solution



I need to show an intense proof of this statement. Although I can grasp the concept in my head, I am unsure as to the mathematical reasons and theorems that prove this true.
 
Physics news on Phys.org
Although I understand the relevance of determinants to this particular problem, we have not yet reached that section in the book and therefore are not allowed to use determinants as any part of the proof.
 
tA(1/t)A-1=In.

So by taking (tA)-1 = (1/t)A-1 and multiplying both sides by (tA):

(tA)-1(tA) = (tA)(1/t)A-1
(tA)-1(tA) = In

which proves that tA is nonsingular. Additionally, this proves the equality, correct? This is all I need to prove these two statements?
 
gordonjh said:
tA(1/t)A-1=In.

So by taking (tA)-1 = (1/t)A-1 and multiplying both sides by (tA):

(tA)-1(tA) = (tA)(1/t)A-1
(tA)-1(tA) = In

which proves that tA is nonsingular. Additionally, this proves the equality, correct? This is all I need to prove these two statements?
You either have it exactly right, or you are confused some. Can you give some more detail on the logic of your proof?
 
No I am not confused; I suppose I was just expecting more complexity in the proof.

So as I understand it, using the given equality and multiplying both sides by (tA), which would be the inverse of (tA)-1, I receive:

(tA)-1(tA)=(tA)(1/t)A-1
(tA)-1(tA)=(A)(A-1) since t does not equal 0 so t cancels and
(tA)-1(tA)=In since A is invertible and thus A x A-1=In

Therefore, since a matrix, in this case (tA), is nonsingular if the product with its inverse =In, this proves tA to be nonsingular. While proving tA nonsingular, the equation was also proven correct.
 
gordonjh said:
No I am not confused; I suppose I was just expecting more complexity in the proof.

So as I understand it, using the given equality and multiplying both sides by (tA), which would be the inverse of (tA)-1, I receive:
The equation is not given: it's one of the things you have to establish (the other being that tA is invertible).
gordonjh said:
(tA)-1(tA)=(tA)(1/t)A-1
(tA)-1(tA)=(A)(A-1) since t does not equal 0 so t cancels and
(tA)-1(tA)=In since A is invertible and thus A x A-1=In
Start with (tA)(1/t)A-1.
gordonjh said:
Therefore, since a matrix, in this case (tA), is nonsingular if the product with its inverse =In, this proves tA to be nonsingular. While proving tA nonsingular, the equation was also proven correct.
 
Okay now I have to admit I am confused. So if I start with (tA)(1/t)(A-1), solving this gives me the In. But from here, since as you say I'm not given the equation I'm trying to prove, I don't know what I can do with this information.
 
(1/t)(A-1) is the inverse of (tA)?
 
Ah I see now. So not only does this establish the invertibility of tA, but it also then can be used to prove the equation. Thanks so much Mark44!