I was attempting to split up a 2 row bmatrix in two lines but was not successful. Can you help me split up the matrix. This is the effect that I wanted to get:
Here is my code:
\documentclass[11pt]{book}
\usepackage{amsmath,amsfonts,amssymb,amsthm, bm}
\begin{document}
\begin{equation}\label{theta}
\begin{split}
\begin{bmatrix}
x\\
y
\end{bmatrix} & =
\begin{bmatrix}
\left(L_{1} + \delta r_{3v} + r_{3v} + \Delta r_{3}^{\circ}\right)\cos(\theta_{1}+ \delta\theta_{1})\\
\left(L_{1} + \delta r_{3v} + r_{3v} + \Delta r_{3}^{\circ}\right)\sin(\theta_{1}+ \delta\theta_{1})
\end{bmatrix}\\
&\qquad\qquad \begin{bmatrix}+(\delta r_{2v} + r_{2v} + \Delta r_{3}^{\circ})\sin(\theta_{1} + \delta\theta_{1})\\
- (\delta r_{2v} + r_{2v} + \Delta r_{3}^{\circ})\cos(\theta_{1} + \delta\theta_{1})
\end{bmatrix}
\end{split}
\end{equation}
\end{document}



splitmaybe is an ugly practice. – osjerick Nov 06 '15 at 17:01