Set notation for matrices where the elements have a given range of possible values

37 Views Asked by At

I have a matrix where each element can only contain a value in $[-1,1]$. I introduce this matrix as follows:

$$\mathbf{A} \in [-1,1]^{m\times n}$$

Is this an acceptable way of doing that, or is there some standard way of doing this I'm not aware of?