I have been trying to express my matrices in a clear way. The problem I have is that the symbolic terms inside the matrices are sometime large and this kind of disturbs the matrix look of the matrix. I mean
\begin{pmatrix}
x & y
\end{pmatrix}
looks like how a matrix should. But if you have an expression there, like
\begin{pmatrix}
x + y cos(\theta) & y + x sin(\theta)
\end{pmatrix}
the matrix resembles less like a 2X1 matrix and more like two terms with a little space in between and surrounded by brackets. Is there a better command that makes matrices with reasonably large terms appear 'normal'. I can imagine my question maybe a bit unclear.
Edit: Maybe a better font for math dominated text would be better for representation? Suggestions?

|in the middle ? Inline matrices are always strange to read anyways – percusse Nov 20 '16 at 20:22(\begin{array}{c|c} .... \end{array})– percusse Nov 20 '16 at 20:24\begin{pmatrix} x + y cos(\theta) & & y + x sin(\theta) \end{pmatrix}but I would think it should be obvious from the context what's going on. x x 1 matrices -- especially 2 x 1 matrices, always looked a bit weird to me. – Au101 Nov 20 '16 at 20:35pmatrixforbmatrix. Matrices with square brackets always looked a bit more matrix-y to me, maybe because I'm used to them, but given the usual order of brackets is {[( ... )]} a 2 x 1 matrix with square brackets might look more like a matrix and less immediately like something in parentheses – Au101 Nov 20 '16 at 20:36\sinand\cosis an absolute must – Au101 Nov 20 '16 at 20:38\sinsir/madam, not/sin. Shouldn't be very difficult, find and replace. replace\begin{pmatrix}with\begin{bmatrix}. Same for\end– Au101 Nov 20 '16 at 20:44Computer Modern, you may want to take a look at the posting Suggest a “nice” font family for my basic LaTeX template (text and math). – Mico Nov 20 '16 at 20:57