Previous Up Next

6.32.7  Common denominator: comDenom

The comDenom command finds the common denominator of a sum of rational functions and adds them.


Example.
Input:

comDenom(x-1/(x-1)-1/(x^2-1))

Output:

x3−2 x−2
x2−1

Previous Up Next