DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Differential Equations
Differential Equations
Tutorials »
|
GeneratedParameters
Unique
See Also »
C
C
[
i
]
is the default form for the
i
parameter or constant generated in representing the results of various symbolic computations.
MORE INFORMATION
The
C
[
i
]
are often used to parameterize families of solutions to equations.
In functions like
DSolve
, the
C
[
i
]
can be thought of as corresponding to constants of integration.
In cases such as partial differential equations, the
C
[
i
]
represent functions rather than variables.
C
is the default setting for the option
GeneratedParameters
in such functions as
DSolve
,
RSolve
and
Reduce
.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
Parameters generated by
Reduce
:
In[1]:=
Out[1]=
Parameters generated by
DSolve
:
In[1]:=
Out[1]=
Parameters generated by
RSolve
:
In[1]:=
Out[1]=
SEE ALSO
GeneratedParameters
Unique
TUTORIALS
Differential Equations
Differential Equations
New in 2
© 2008 Wolfram Research, Inc.