|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DependentVariables
DependentVariables
is an option for NDSolve and other functions that specifies the list of all objects that should be considered as dependent variables in equations that have been supplied.
DetailsDetails
- With DependentVariables->Automatic, the dependent variables are determined from the equations.
- DependentVariables->{u1, u2, ...} specifies a complete list of dependent variables
representing functions that should be solved for, even if the solutions are not eventually returned. - DependentVariables->{uspec1, uspec2, ...} can be used to specify ranges for dependent variables.
- Possible forms for
are: -
u u has range Reals or Complexes Element[u,Reals] u has range Reals Element[u,Complexes] u has range Complexes Element[u,{v1,...}] u has discrete range 
{u,umin,umax} u has range 
uspeci⧴actioni perform
when
is no longer satisfied
New in 5.0 | Last modified in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


