Solving Homogeneous System of n Linear Equations with Positive Integer k

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 · 8K views
soul5
Messages
63
Reaction score
0

Homework Statement



Let A * x= 0 be a homogeneous system of n linear equations in n unknowns, that has only the trivial solution. Show that if k is any positive integer, than the system A^k * X = 0 also has only the trivial solution.


The Attempt at a Solution




I'm so lost please help and what is trivial solution?
 
Physics news on Phys.org
I am just picking up on what Mark44 said. If the only sol to the matri eq is the trivial one Ax=0, that is for =0,(x-vector, A matrix (nxn), this means that A is nonsingular. Then since A is nonsingular, we know that A has an inverse, a unique one. SO:

[tex]A^kx=0=>A*A*A*A*A*...*Ax=0[/tex] Now multiplying by A^-1 , k-1 times from the left side we get to Ax=0, which as we know has only the trivial sol. so we are set.
 
Mark44 said:
But that gets you to Ax = 0. There is one more thing that needs to be done to arrive at the conclusion you want.
Which is?
 
First, any equation like Ax= 0 has the "trivial solution": it is always true that A(0)= 0. The whole question is whether that is the only solution or whether other solutions exist.

Do you know that Ax= 0 has only the trivial solution if and only if A is invertible? And so det(A)= 0? If you do and also know that det(An)= (det(A))n then the problem is trivial.

If not then proof by induction may be simplest. Since we are given that Ax= 0 has only the trivial solution, the base case, n= 1 is trivial. Suppose Akx= 0 has only the trivial solution. Then Ak+1x= A(Akx)= 0. What can Akx be? And what does that tell you?