Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Algebraic Computation / Equation Solving /

GeneratedParameters

FilledSmallSquare GeneratedParameters is an option which specifies how parameters generated to represent the results of various symbolic operations should be named.

FilledSmallSquare The typical default setting is GeneratedParameters->C.

FilledSmallSquare The setting GeneratedParameters->f specifies that successive generated parameters should be named f[1], f[2], ... .

FilledSmallSquare In typical cases, the f[i] are used to parameterize families of solutions to equations.

FilledSmallSquare The f[i] usually correspond to free parameters, but are also sometimes used to represent arbitrary functions.

FilledSmallSquare The f[i] have indices that start at 1 for each invocation of a particular symbolic operation.

FilledSmallSquare GeneratedParameters->(Module[{C}, C]&) guarantees that parameters are unique, even across different invocations of a function.

FilledSmallSquare GeneratedParameters is an option to such functions as DSolve, RSolve and Reduce.

FilledSmallSquare See Section 3.4.9.

FilledSmallSquare See also: C, Unique, Module.

FilledSmallSquare New in Version 5.0.



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.