If I want to have supscript on the left, I usually do {}^xa. How can I do this when I have a matrix. So what I want is
{}^x\begin{pmatrix} a & b \\ c & d\end{pmatrix}
However, this doesn't raise the x high enough.
I just need this for one application.



{\vphantom{\bigg(}}^x\!\!\begin{pmatrix} a & b \\ c & d\end{pmatrix}– percusse Jun 17 '14 at 05:09