Out of "Numerical Linear Algebra" by Trefethen and Bau:
Suppose we have $3\times 3$ matrices and wish to introduce zeroes by left- and/or right-multiplications by unitary matrices $Q_j$ such as Householder reflectors or Givens rotations. Consider the following matrix structures: $$ (a)\begin{bmatrix} \times & \times & 0\\ 0 & \times & \times\\ 0 & 0 & \times\\ \end{bmatrix}\ \ \ \ \ \ \ \ (b)\begin{bmatrix} \times & \times & 0\\ \times & 0 & \times\\ 0 & \times & \times\\ \end{bmatrix}\ \ \ \ \ \ \ \ (c)\begin{bmatrix} \times & \times & 0\\ 0 & 0 & \times\\ 0 & 0 & \times\\ \end{bmatrix} $$
(where $\times$ "represents an entry that is not necessarily zero")
For each one, decide which of the following situations olds and justify your claim
(i) Can be obtained by a sequence of left-multiplications by matrices $Q_j$
(ii) Not (i), but can be obtained by a sequence of left- and right-multiplication by matrices $Q_j$
(iii) Cannot be obtained by any sequence of left- and right-multiplications by matrices $Q_j$.
Not sure how to argue, here, and not sure how $Q_j$'s being unitary factors in.
Some help would be hot.