Question from a PhD entrance exam
If $A=$ \begin{bmatrix} 2&-1\\-1&2 \end{bmatrix}
and $X=\{x\in \Bbb R^2:\|x\|<1\}$ where $\|x\|=|x_1|+|x_2|$
Find $AX$.
Now I know that how $\|x\|<1$ looks like.It looks like https://i.stack.imgur.com/g09Pd.png
But I dont know what is meant by $AX$ .
How can a matrix act on a set?
Can someone please help me.
EDIT
Using @RobertIsrael
The extreme points are $(1,0),(0,1),(0,-1),(-1,0)$
Now by multiplying $A$ with each one of them we get $A(1,0)=(2,-1)^T,A(0,1)=(-1,2)^T,A(-1,0)=(-2,1)^T,A(0,-1)=(1,-2)^T$
The notation $AX$ is almost certainly shorthand for the set $$ \{Ax\ |\ x\in X\} $$ which is the image of the set $X$ under the map $A$.
Here are a couple of ideas to get you started on characterizing $AX$. I recommend you work them out on your own --- especially if you plan to be taking a PhD entrance exam any time soon!