Mathematica 9 is now available

BooleansTogether

Collect

FilledSmallSquareCollect[expr, x] collects together terms involving the same powers of objects matching x.

FilledSmallSquareCollect[expr, , , ... ] collects together terms that involve the same powers of objects matching , , ... .

FilledSmallSquareCollect[expr, var, h] applies h to the expression that forms the coefficient of each term obtained.

FilledSmallSquareCollect[expr, x] effectively writes expr as a polynomial in x or a fractional power of x.

FilledSmallSquare Examples: Collect[x + n x + m, x] LongRightArrow; Collect[(1+x+y)^3, x] LongRightArrow.

FilledSmallSquareCollect[expr, x, Simplify] can be used to simplify each coefficient separately.

FilledSmallSquare See The Mathematica Book: Section 1.4.5 and Section 3.3.1.

FilledSmallSquare See also: Series, CoefficientList, Together, Cases.

Further Examples

BooleansTogether



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.