Mathematica 9 is now available

Refine

Usage

Refine[expr, assum] gives the form of expr that would be obtained if symbols in it were replaced by explicit numerical expressions satisfying the assumptions assum.
Refine[expr] uses default assumptions specified by any enclosing Assuming constructs.


Notes

• Example: Refine[Sqrt[x^2], x > 0]LongRightArrow .
• Assumptions can consist of equations, inequalities, domain specifications such as x  Integers, and logical combinations of these.
• Example: Refine[Sqrt[x^2], x  Reals]LongRightArrow .
Refine can be used on equations, inequalities and domain specifications.
• Quantities that appear algebraically in inequalities are always assumed to be real.
Refine is one of the transformations tried by Simplify.
Refine has the option Assumptions, with default setting $Assumptions.
Refine[expr, a, Assumptions->b] uses assumptions a && b.
• See also: Simplify, PowerExpand, Assuming.
• New in Version 5.


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.