Shortest Distance Between Two Lines

Find the shortest distance between the following two lines in R3\mathbb{R}^3:
L1={x=1+2ty=3tz=2+3t,L2={t2+t3tL_1 = \begin{cases} x = 1+2t \\ y = 3-t \\ z = 2+3t \end{cases}, L_2 = \begin{cases} -t \\ 2+t \\ -3t \end{cases}

More Distances Questions: