The book asks you to prove that $SL_n(\mathbb{R})$ is generated by elementary (row operation) matrices in which one nonzero off-diagonal entry is added to the identity matrix. For example,
$$ \begin{bmatrix} 1 & a \\ 0 & 1 \end{bmatrix} $$
acts by left multiplication on $2\times2$ matrices by adding $a$ times (row 2) to (row 1). Considering a simple example:
$$ M= \begin{bmatrix} a & 0 \\ 0 & 1/a \end{bmatrix}, a \neq 0$$
you can see that the matrix $M$ does belong to $SL_n(\mathbb{R})$. However, the elementary matrices composing $M$ are of the below type and not of the first type (nonzero off-diagonal entry).
$$ \begin{bmatrix} c & 0 \\ 0 & 1 \end{bmatrix} $$ i.e. one nonzero diagonal entry added to the identity matrix. So $$M = \begin{bmatrix} a & 0 \\ 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 \\ 0 & 1/a \end{bmatrix} $$
So $M$ clearly isn't generated by the first type. What is going wrong?