Given that $13^2 \equiv 2^3 \times 3^2 \pmod{97} $. How to derive to the form of discrete logarithm
$$2 \equiv 3 \log_{13}{2} + 2\log_{13}{3} \pmod{96}?$$
I cannot figure this out. The only thing I know is the following definition
$$a \equiv g^\mu \pmod{n} \Rightarrow \mu \equiv \log_{g}{a} \pmod{n}.$$