This question may sound juvenile, but I searched a lot on the Internet and can't make certain...
If $a_{ij}$ is an element of the matrix $A$, can I use the notation $a_{ij} \in A$? The problem is matrix $A$ is not a set. Is the symbol "$\in$" valid in this case?
No, in a matrix $$A = \begin{bmatrix}a&b\\c&d\end{bmatrix},$$ the "entries" $a,b,c,d$ are not "elements" of $A$.
Similarly, in an ordered triple $$ \mathbf{x} = (a,b,c) $$ the "coordinates" $a,b,c$ are not "elements" of $\mathbf{x}$.
In a string $$ \sigma = \text{"help"} $$ the "letters" h,e,l,p are not "elements" of $\sigma$.