Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Algebraic Computation /  Formula Manipulation /

ExpandAll

FilledSmallSquare ExpandAll[expr] expands out all products and integer powers in any part of expr.
FilledSmallSquare ExpandAll[expr, patt] avoids expanding parts of expr that do not contain terms matching the pattern patt.

FilledSmallSquare ExpandAll[expr] effectively maps Expand and ExpandDenominator onto every part of expr.
FilledSmallSquare See The Mathematica Book on the web: Section 1.4.5 and Section 3.3.3.