Define $L=\{\langle D,R \rangle \mid D$ is a DFA, $R$ is a regular expression, $L(D)=L(R) \}$
Is $L$ decidable?
Is $L$ decidable in polynomial time ($L \in P$)?
I am trying to ask: can a TM analyze a DFA encoding to output with a regular expression encoding on its tape and how fast can it be done?