I have encountered questions about a problem of a derivation of math. The question is shown as in the image under. Does any body can provide some suggestions or insight into it, thank you very much.
Question has been captured, please take a look on this image to see formula problem.
I have also a question for matlab to solve it: I have also ask questions in matlab answers

Note that 4.24 can be rearranged to say $[r_1, r_2, T_0] = A_c^{-1}G^{-1}$. By 4.27, you can make an arbitrary choice, and obtain a matrix $G_0$ such that the actual $G = gG_0$, where $g$ is the scaling factor referred to. So
$$r_1 = ge_1^T(G_0A_c)^{-1}\\r_2 = ge_2^T(G_0A_c)^{-1}$$ where $e_1^T = [1, 0, 0]$ and $e_2^T = [0, 1, 0]$.
Therefore $$1 = \|r_1\|_2 = |g|\|e_1^T(G_0A_c)^{-1}\|_2$$ so $$|g| = \frac 1{\|e_1^T(G_0A_c)^{-1}\|_2}$$ I don't see anything that determines the sign, though.