Mathematica 9 is now available

OuterIdentity

Distribute

FilledSmallSquareDistribute[f[, , ... ]] distributes f over Plus appearing in any of the .

FilledSmallSquareDistribute[expr, g] distributes over g.

FilledSmallSquareDistribute[expr, g, f] performs the distribution only if the head of expr is f.

FilledSmallSquareDistribute effectively implements the distributive law for operators f and g.

FilledSmallSquareDistribute explicitly constructs the complete result of a distribution; Expand, on the other hand, builds up results iteratively, simplifying at each stage.

FilledSmallSquare Example: Distribute[f[a+b,c+d]] LongRightArrow.

FilledSmallSquareDistribute[f[a+b,g[x,y],c], g] LongRightArrow.

FilledSmallSquareDistribute[expr, g, f, gp, fp] gives gp and fp in place of g and f respectively in the result of the distribution.

FilledSmallSquare See The Mathematica Book: Section 2.2.10.

FilledSmallSquare See also: Expand, Thread, Outer, Inner.

Further Examples

OuterIdentity



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.