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 /

ComplexExpand

FilledSmallSquare ComplexExpand[expr] expands expr assuming that all variables are real.
FilledSmallSquare ComplexExpand[expr, , , ... ] expands expr assuming that variables matching any of the are complex.

FilledSmallSquare Example: ComplexExpand[Sin[x + I y]]LongRightArrow.
FilledSmallSquare The variables given in the second argument of ComplexExpand can be patterns.
FilledSmallSquare Example: ComplexExpand[Sin[x], x]LongRightArrow.
FilledSmallSquare See The Mathematica Book on the web: Section 1.4.5 and Section 3.3.8.
FilledSmallSquare See also: GaussianIntegers, TrigToExp, ExpToTrig, TrigExpand.