CommonDenominator 命令

CommonDenominator( <Expression>, <Expression> )

返回以两个表达式的最小公分母为方程的函数。

CommonDenominator(3 / (2 x + 1), 3 / (4 x^2 + 4 x + 1)) 得出 f ( x ) = 4 x 2 + 4 x + 1.

CAS 语法

CommonDenominator( <Expression>, <Expression> )

返回两个表达式的最小公分母。

CommonDenominator(3 / (2 x + 1), 3 / (4 x^2 + 4 x + 1)) 得出 4 x 2 + 4 x + 1.