Let $\rho : P(\mathbb{R^3}) \to P(\mathbb{R^3})$ be an homography, this is, a projective isomorphism induced from the isomorphism of vector spaces.
I'm trying to understand what information about $\rho$ do I get from knowing how it transforms points and lines.
For example, let's say $\rho$ transforms the point $(1:0:0)$ into $(0:1:0)$. Can I simply take:
$$\begin{bmatrix} 0 \\ 1 \\ 0 \\ \end{bmatrix} = \begin{bmatrix} h_{11} & h_{12} & h_{13} \\ h_{21} & h_{22} & h_{23} \\ h_{31} & h_{32} & h_{33} \end{bmatrix}. \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}$$
So that $h_{11}=0$, $h_{21}=\lambda$ and $h_{31}=0$? (Obviously $h_{ij}$ are coefficients of the matrix of $\rho$)
I'm guessing the answer is yes, but I'd like to be sure.
- The main question is, if I have a line instead of a point, how does it work? For example, let $\sigma$ be a different homography that takes $x_0=0$ to $x_0+x_1=0$.
A brief description or the example worked out would be enough.
Thanks in advance!