Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

GeneratedParameters

GeneratedParameters
is an option that specifies how parameters generated to represent the results of various symbolic operations should be named.
  • The setting GeneratedParameters->f specifies that successive generated parameters should be named f[1], f[2], ....
  • In typical cases, the are used to parameterize families of solutions to equations.
  • The usually correspond to free parameters, but are also sometimes used to represent arbitrary functions.
  • The have indices that start at 1 for each invocation of a particular symbolic operation.
General solution of algebraic equation:
General solution of differential equation:
General solution of difference equation:
General solution of algebraic equation:
In[1]:=
Click for copyable input
Out[1]=
 
General solution of differential equation:
In[1]:=
Click for copyable input
Out[1]=
 
General solution of difference equation:
In[1]:=
Click for copyable input
Out[1]=
Special solutions:
Use a different symbol:
Use a subscripted symbol:
Start index at 0:
General solution to partial differential equation:
Special solution:
New in 5
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF