多边形除法平方根

多边形除法平方根

我需要使用polynom包编写多边形除法,但我的系数有平方根,包给出了错误。是否可以使用进行此除法polynom

\documentclass{standalone}
\usepackage{polynom}

\begin{document}

\[
\polylongdiv[style=D]{x^6+(2\sqrt{2})x^5+2\sqrt{2}x^3+2\sqrt{2}x+7}{x-(\sqrt{3}+\sqrt{2})}
\]

\end{document}

相关内容