I believe i have some difficulty understanding the actual meaning of $Ax=b$
Following are two questions, which i would appreciate if you could guide me through what they actually meant:
Suppose the homogeneous system $Ax=0$ has non-trivial solution. Show that the linear system $Ax=b$ has either no solution or infinitely many solutions.
Answer: If $Ax = b$ has a solution $x = u$, then $u + v$ is also a solution to $Ax = b$ for all solutions $x = v$ to $Ax = 0$. Hence $Ax = b$ has either no solutions or infinitely many solutions.
- How does assuming $Ax = b$ having a solution $x = u$, leads to $u + v$ also a solution?
- I don't understand this "for all solutions $x = v$ to $Ax = 0$".
- How does it lead to the conclusion that $Ax = b$ has either no solutions or infinitely many solutions, when the explanation did not show the "no solution" aspect.
Suppose the homogeneous linear system $Bx=0$ has infinitely many solutions. How many solutions does the system $ABx=0$ have?
Answer: Let $x = u$ be any solution to the system $Bx = 0$. Then $ABu = A0 = 0$. The system $ABx = 0$ has at least as many solutions as the system $Bx = 0$. Thus it has infinitely many solutions.
- What does this "The system $ABx = 0$ has at least as many solutions as the system $Bx = 0$" mean?
Thanks.