I want to define a mathematical definition for this process
Illustrative example, consider the matrix $A$
$A=\left( \begin{array}{ccccc} 1 & 0 \\ 0 & 1 \\ 1 & 1 \\ \end{array} \right)$ and $V=(1,0,1)$
I suppose
$$B=A^T=(r_1,r_2,r_3)^T$$
Then $B=((1,0),(0,1),(1,1))$. I need to pick the row of matrix $B$ iff the corresponding element of vector $V$ is $1$ $($one$)$. Then we get $$Pick_B=\{(1,0),(1,1)\}$$
Is it a mathematical formulation of this process. Or a better mathematical expression. I needed help writing the text for this definition in mathematical form. Can you help me formulate a definition in general.
I am not sure if I understood correctly, but if you need to pick the rows of $B=\begin{pmatrix}1 & 0\\ 0& 1\\ 1& 1\end{pmatrix}$ corresponding to the positions of the numbers $1$ within the vector $V=(1,0,1)$, you can do the following.
Define the matrix $N(V)=\begin{pmatrix}1 & 0 & 0\\ 0&0& 1\end{pmatrix}$ (There is only one 1 on each row and the rows add up to V) then the rows of $N(V)B=\begin{pmatrix}1 & 0\\ 1& 1\end{pmatrix}$ are the the required rows.