如何以以下格式產生連分數? 2024-6-16 • mathtools 如何在先前的格式中產生連分數? 答案1 \documentclass{article} \newcommand\contfrac[2]{\underline{#1}/\overline{#2}} \begin{document} \[ \Phi^{n,n}(x) = f_0 + \contfrac{x-x_0}{\phi(x_0,x_1)} + \contfrac{x-x_1}{\phi(x_0,x_1,x_2)} + \cdots \] \end{document} 相關內容