I have a function $f$ that calculates a vector for a given point, both in 2D (that's to say $f:\mathbb R^2 \to \mathbb R^2, (x,y) \mapsto (u,v)$, I guess).
I plotted the resulting field of vectors limiting both x and y to the interval $[-10, 10]$, thus giving me a square around the origin. How do I put this in the set notation? I guess I could say I plotted in $\{(x, y) \in [-10; 10]^2\}$. Is that correct?
What if one dimension used a different interval (creating a rectangle)? What would be the right symbol between both intervals? Could I write $\{(x, y) \in [-10; 10]\times [-20; 5] \}$?
$$H = \{(x,y): (x,y) \in [-10,10] \times [-10,10]\}$$