I have some giant matrices or systems of equations that are getting in my way of my text. Basically is hard enough to write them all in the same line, but when I want to write something beside it, it's a hopeless task for instance
$\left\{\begin{matrix}
f_x(x,y,z) = 0 \\
f_y(x,y,z) = 0 \\
f_z(x,y,z) = 0\\
\end{matrix}\right. \iff
\left\{\begin{matrix}
y = 0 \\
x = 0 \\
z = 0\\
\end{matrix}\right. \iff
\left\{\begin{matrix}
y = 0 \\
x = 0 \\
z = \frac{1}{2}\\
\end{matrix}\right.$ I can't write anything here "beside" it because it's just going to get cut off and goes under the system of equations

\[and\]rather than$...$– egreg Jun 02 '12 at 20:16