I have a vector $\mathbf{x} = (x_1,x_2)$, how do I represent the array of such vector?
Is it $\mathbf{x} \in \mathbf{X}$ where $\mathbf{X}$ = $\bigcup _{{1}}^{k}\mathbf{x}^s$ for $s \in (1,..k)$ length of $k$ vectors? Something seems off here!
Also I want to index a vector in array then is this correct way to represent the index ${\mathbf{x}^1}$? and the corresponding dimensional representation of this index shall be $(x_1^1,x_2^1)$?
Is the usage of "hat" appropriate here ? such as "$\hat{x}$"?