variableTransformation(observables, f = NULL, dynvar = NULL, stoi = NULL,
flows = NULL, conserved = TRUE)
eqnList
, see generateEquations.f
argument and leaving the
other arguments NULL
or by leaving f
NULL and defining the ODE by the arguments
dynvar
, stoi
and flows
.
The observables
vector can have less entries than the vector dynvar
. In this
case, the observables are automatically extended by old variables to generate a full rank
variable transformation. If conserved
is TRUE
, the conserved quantities are
preferentially used to extend the observables vector. Consequently, the transformed equations
will return a certain number of zero-equation.