CommonDenominator コマンド

CommonDenominator( <式>, <式> )

2つの式の分母の最小公倍数を方程式とする関数を返す.

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

CAS での書式

CommonDenominator( <式>, <式> )

分母の最小公倍数を返す.

CommonDenominator(3 / (2 x + 1), 3 / (4 x^2 + 4 x + 1))  出力: 4 x2 + 4 x + 1.