Solving Homogeneous System of n Linear Equations with Positive Integer k

AI Thread Summary
The discussion focuses on proving that if a homogeneous system of n linear equations represented by A * x = 0 has only the trivial solution (x = 0), then the system A^k * x = 0 also has only the trivial solution for any positive integer k. It is established that A is nonsingular, meaning it has an inverse, which leads to the conclusion that multiplying by A^-1 k-1 times results in Ax = 0. The participants emphasize the importance of understanding that the existence of only the trivial solution is equivalent to A being invertible, and they suggest using induction as a method for proof. The conversation highlights the connection between the determinant of A and the uniqueness of the trivial solution. The final consensus is that the problem can be resolved through these mathematical principles.
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 postive 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
The trivial solution is the vector x = 0. All n entries in this vector are zero.
 
If A is an n x n matrix, and Ax = 0 has only the trivial solution, what things does that tell you about A?
 
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:

A^kx=0=>A*A*A*A*A*...*Ax=0 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.
 
But that gets you to Ax = 0. There is one more thing that needs to be done to arrive at the conclusion you want.
 
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?
 
Back
Top