Wider Support For Domain Specifications
Mathematica 5 offers enhanced support for domain specifications
in many symbolic computations. The new function Refine gives the form of an expression
that would be obtained if symbols in it were replaced by explicit
numerical expressions satisfying the assumptions. The new function Assuming lets users specify one set of
assumptions to use in a whole collection of operations.
Example: Simplifying a Square Root
The following refines e, assuming that x and y
are positive.
Example: Using Assumptions in Mathematica Functions
Assumptions are taken into account by many Mathematica
functions, and propagate through multiple nesting--often simplifying
the answer considerably or even making a close-form solution
possible at all.
With the assumption that sigma=0
|