happy new year i want your help i would like to show which one below with a new line or one below each other but i can't find how to do it the code is here
$$\bm{X}=[ \bm{x}^{(1)} , \bm{x}^{(2)} ,\ldots ,\bm{x}^{(m)} ] \in \mathbb{R}^{(n,m} \bm{B}=[ \bm{b}^{(1)} , \bm{b}^{(2)}, \ldots , \bm{b}^{(m)}] \in\mathbb{R}^{(n.m)} $$


$$you might want to have a look at https://tex.stackexchange.com/q/40492/134144 – leandriis Jan 01 '20 at 15:38\begin{document}
\begin{align} \bm{X}&=[ \bm{x}^{(1)} , \bm{x}^{(2)} ,\ldots ,\bm{x}^{(m)} ] \in \mathbb{R}^{(n,m}\ \bm{B}&=[ \bm{b}^{(1)} , \bm{b}^{(2)}, \ldots , \bm{b}^{(m)}] \in\mathbb{R}^{(n.m)} \end{align}
\end{document}` give you the desired result?
– leandriis Jan 01 '20 at 15:42