Syntax
comDenom(Expr,[Var(var)])
Description
Returns the expression after reduction at the same denominator: the numerator and the denominator are developed [according to the powers of the variable var].
Example
comDenom(1/x+1/y^2+1) returns (x*y^2+x+y^2)/(x*y^2)
comDenom — Discussion