Let $ R $ be a p.i.d. and $ A\in M_n(R) $. If $ \det(A)=1 $, prove or disprove that $ A $ can be expressed as products of elementary matrices.
I know that we can express $ A $ as products of elementary matrices when we require $ R $ to be Euclidean. Since we can get rid of matrices whose left uppermost elements are like $$ \begin{pmatrix}x & s\\ y & t\end{pmatrix} .$$
(Note: Furthermore, I know that if we require $ R $ to be a field, and $ \det(A)=1 $, we can even express $ A $ as products of transvection matrices. Transvection matrices generate SLn(R))
Now back to this question, it seems to me that it suffices to prove that invertible matrices of type: $$ \begin{pmatrix}x & s\\ y & t\end{pmatrix} $$ where $ ax+by=d $, $ \gcd(a, b)=d $ and $ s=bd^{-1}, t=-ad^{-1} $(Here the inverse is obtained by cancellation in $ R $) can be expressed into products of elementary matrices. Since $ \det(A)=1 $, then $ d=1 $ and we have: $ \gcd(a, b)=1, s=b, t=-a $. Well how to move on?
EDIT: I have changed my title and statement in a less misleading way since I find out that we can't express $ A $ in such a way under the given assumption generally.