Given that $L\in\mathbb{R}^{n\times n}$ be a non singular Lower Triangular matrix. suppose $y\in\mathbb{R}^n$ be a solution of the equation $$ Lx=b; b=(0,0,\dots,0,b_{k+1},\dots,b_n)$$ we have to show
$y=(0,0,\dots,0,y_{k+1},y_{k+2},\dots,y_n)$ in this form.
could anyone help me how to show this? I have checked it for a 3 by 3 lower triangular matrix, and it is true, but how can I generalize it?
Hint: Partitioning $L$ into blocks.
what does hint means?