In the Laurent series division ring, how can we find the inverse of a given polynomial? For example how can you find the inverse of $3x^{-2} +x^{-1}+5x+7x^4$. Is there a certain formula to find the inverse?
I've tried to find the inverse for the above polynomial with a formula used in proving the existence of the units, but it gives me a lot of unknowns.
$${1\over7x^4+5x+x^{-1}+3x^{-2}}=a_{-4}x^{-4}+a_{-3}x^{-3}+\cdots$$ where the $a_i$ satisfy the recurrence $$3a_n+a_{n-1}+5a_{n-3}+7a_{n-6}=0$$ for $n\ge3$, together with certain initial conditions (conditions on $a_{-4},\dots,a_2$).
If you can solve that recurrence relation, you can find a formula for the $a_i$; if not, not.