I know this may be a simple question but, aside from row and column operations (with which I have had no luck), is there a clear way to convert a 2x2 matrix Diag(a,b) to the form Diag(1,#)?
Thanks much, Eva
I know this may be a simple question but, aside from row and column operations (with which I have had no luck), is there a clear way to convert a 2x2 matrix Diag(a,b) to the form Diag(1,#)?
Thanks much, Eva
Given that $ \gcd(a,b) = 1, $ and so there are integers $p,q$ such that $ a p + b q = 1, $ your final task is given by the identity $ $
$ \left( \begin{array}{cc} p & q \\ -b & a \end{array} \right) \; \cdot \; \left( \begin{array}{cc} a & 0 \\ 0 & b \end{array} \right) \; \cdot \; \left( \begin{array}{cc} 1 & - b q \\ 1 & 1 - b q \end{array} \right) = \; \;\; \; \left( \begin{array}{cc} 1 & 0 \\ 0 & a b \end{array} \right) $