Go to the first, previous, next, last section, table of contents.


base_cancel

base_cancel(S)
: It simplifies S by canceling the common factors of denominators and numerators.

Example:

 base_cancel([(x-1)/(x^2-1), (x-1)/(x^3-1)]); 


Go to the first, previous, next, last section, table of contents.