I was trying to write an equation using curly bracket matrices. So, it would be something like below:
I figured out how to write one matrix with curly brackets.
\[
\begin{Bmatrix}
\Delta x \\
\Delta y \\
\Delta z \\
\Delta \dot{x} \\
\Delta \dot{y} \\
\Delta \dot{z}
\end{Bmatrix}
\]
However, I don't know how to fix it so I have a matrix is equal to another one. Thanks!
For reference, I used this link: Creating a matrix using brackets


\[one Bmatrix_{T{1}} = \left[\Phi\right]another Bmatrix_{T{pf}} \]– Fran Jul 30 '23 at 06:49