I've made a matrix with lots of fractions inside. The problem is that the font size differs. Is there a nice way (some environment) that keeps the same font size? (I did it with \displaystyle but I don't want to type it every time I need it)
Code: Select all
\begin{equation}
A=\left[
\begin{array}{lcr}
-\frac{\displaystyle k_vA_v}{\displaystyle 2A_t\sqrt{h_0}}&0&0\\
-\frac{\displaystyle C_v}{\displaystyle A_th_0^2}\left[u_{1_0}\left(T_k-T_{u_0}\right)+u_{2_0}\left(T_v-T_{u_0}\right)\right]&-\frac{C_v}{A_th_0}\left(u_{1_0}+u_{2_0}\right)&0\\
0&\frac{1}{\tau_m}&-\frac{1}{\tau_m}
\end{array}
\right]
\end{equation}