1 - 10 of 426 for ExpandSearch Results
Expand   (Built-in Mathematica Symbol)
Expand[expr] expands out products and positive integer powers in expr. Expand[expr, patt] leaves unexpanded any parts of expr that are free of the pattern patt.10496
Complicated algebraic expressions can usually be written in many different ways. Mathematica provides a variety of functions for converting expressions from one form to ...
ExpandDenominator   (Built-in Mathematica Symbol)
ExpandDenominator[expr] expands out products and powers that appear as denominators in expr.
ExpandNumerator   (Built-in Mathematica Symbol)
ExpandNumerator[expr] expands out products and powers that appear in the numerator of expr.
FunctionExpand   (Built-in Mathematica Symbol)
FunctionExpand[expr] tries to expand out special and certain other functions in expr, when possible reducing compound arguments to simpler ones. FunctionExpand[expr, assum] ...
ComplexExpand   (Built-in Mathematica Symbol)
ComplexExpand[expr] expands expr assuming that all variables are real. ComplexExpand[expr, {x_1, x_2, ...}] expands expr assuming that variables matching any of the x_i are ...
ExpandAll   (Built-in Mathematica Symbol)
ExpandAll[expr] expands out all products and integer powers in any part of expr. ExpandAll[expr, patt] avoids expanding parts of expr that do not contain terms matching the ...
LogicalExpand   (Built-in Mathematica Symbol)
LogicalExpand[expr] expands out logical combinations of equations, inequalities, and other functions.
PowerExpand   (Built-in Mathematica Symbol)
PowerExpand[expr] expands all powers of products and powers. PowerExpand[expr, {x_1, x_2, ...}] expands only with respect to the variables x_i.
TrigExpand   (Built-in Mathematica Symbol)
TrigExpand[expr] expands out trigonometric functions in expr.
1|2|3|4 ... 43 Next

...