I came across a theorem that boyd uses to convert the simplex to the form of a polyhedra. I don't know anything about this theorem. Theorem states:
If $B$ has rank $k$, then we can find two matrices $A_1$ and $A_2$ such that: $AB = \left[\begin{array}{c}A_1 \\ A_2\end{array}\right]B = \left[\begin{array}{c}I \\ 0\end{array}\right]$
Can someone give me some direction?
I am presuming you mean that $B$ has full rank, and the dimension of $B$'s domain is $k$ which is greater than or equal to the dimension of the codomain. (I am assuming greater than in the following, as if the dimensions are the same then you can trivially take $A= B^{-1}$.)
(If $B=\begin{bmatrix} 1 & 0 \end{bmatrix}$, then $B$ has rank $1$, but no matrix $A$ can transform $B$ into the above form.)
Hence we may suppose $B$ has the form $B = \begin{bmatrix} b_1 & \cdots & b_k \end{bmatrix}$, where $b_k$ are linearly independent. Since we are assuming that $B$ has rank $k$, we can find a permutation matrix $\Pi$ such that the top $k \times k$ portion of $\Pi B$ is invertible. Write $\Pi B = \tilde{B} = \begin{bmatrix} \tilde{B_1} \\ \tilde{B_2} \end{bmatrix}$, where $\tilde{B_1}$ is $k \times k$. Then let $\tilde{A}= \begin{bmatrix} \tilde{B_1}^{-1} & 0 \\ -\tilde{B_2}\tilde{B_1}^{-1} & I \end{bmatrix}$, and notice that $(\tilde{A} \Pi) B = \begin{bmatrix} I \\ 0 \end{bmatrix}$. To finish, let $A = \begin{bmatrix} A_1 \\ A_2 \end{bmatrix} = \tilde{A} \Pi$.