A basis for $sl(2,\mathbb{C})$ is given as $\{e = \left(\begin{matrix}0 & 1 \\ 0 & 0\end{matrix}\right), \; f = \left(\begin{matrix}0 & 0 \\ 1 & 0\end{matrix}\right), \; h = \left(\begin{matrix}1 & 0 \\ 0 & -1\end{matrix}\right)\}$ with relations $[e,f]=h$, $[f,h]=2f$ and $[h,e]=2e$.
A basis for $so(3,\mathbb{C})$ is given as $\{x = \begin{pmatrix}0&0&0 \\ 0&0&-1 \\ 0&1&0 \end{pmatrix}, \; y = \begin{pmatrix}0&0&1 \\ 0&0&0 \\ -1&0&0 \end{pmatrix}, \; z = \begin{pmatrix}0&-1&0 \\ 1&0&0 \\ 0&0&0 \end{pmatrix} \}$ with relations $[x,y]=z$, $[y,z]=x$ and $[z,x]=y$.
My thought are, that I somehow need to map these basis elements in the right way st. two basis have the same relations, and then construct a map from the mapping of the basis elements.
My first idea was $e\mapsto 2x$, $f\mapsto y$ and $h\mapsto 2z$, but it doesn't seem to work out, when expecting the map together with the lie bracket. I've tried some different maps, but without any succes.