Let $A$ be a $5\times 3$ matrix.
If $b = a_1 + a_2 = a_2 + a_3$ where $a_1, a_2, a_3$ are columns of $A$ then what can we conclude about the number of solutions of the linear system $Ax = b$?
Same Question for: when $b = a_1+a_2+a_3+a_4$
This query is from this Book page number 62
I am stuck at: let $a_1=[1,0,0]$, $a_2=[0,1,0]$ and $a_3=[0,0,1]$ but upon $a_1+a_2$ and $a_2+a_3$ these are not equal. such as $[1,1,0]$ and $[0,1,1]$
$A$ has $5$ rows. Let $\{e_1,e_2,e_3\}$ be the standard basis of $ \mathbb R^3.$
Then we have
$$Ae_j=a_j$$
for $j=1,2,3.$
Can you proceed ?