I did an \arraystretch to get taller column vectors, but not the matrices are too small. How can I also stretch them horizontally so that the matrices become square-like again?
Here's the code I used:
\renewcommand*{\arraystretch}{1.8}
I did an \arraystretch to get taller column vectors, but not the matrices are too small. How can I also stretch them horizontally so that the matrices become square-like again?
Here's the code I used:
\renewcommand*{\arraystretch}{1.8}
\arraycolsep, which is a length. – egreg May 01 '14 at 22:08\setlength{\arraycolsep}{<length>}– egreg May 01 '14 at 22:09