Find the shortest distance between the lines:
\[
\frac{x - 1}{2} = \frac{y + 1}{3} = \frac{z}{4}, \quad \frac{x + 2}{1} = \frac{y - 3}{-2} = \frac{z + 1}{2}
\]
Show Hint
To find the shortest distance between skew lines, use:
\[
D = \frac{|\vec{PQ} \cdot (\vec{d}_1 \times \vec{d}_2)|}{|\vec{d}_1 \times \vec{d}_2|}
\]
It uses cross and dot product of direction vectors and vector between lines.