Toolbox Package Symbol

findSteadyState

findSteadyState[model, opts]
tries to find a steady-state for model, either by using Newton's method (Strategy->FindRoot) or forward integration (Strategy->simulate).
  • The following options can be given:
StrategyFindRootWhich approach (FindRoot or simulate) to use
CheckSteadyStateTrueCheck the computed steady state
CheckStabilityFalseCheck the stability of the computed steady state
InitialConditions{}Additional initial conditions
Parameters{}Additional parameters
SpeciesProfilesConcentrationsWhich type of species profile to return ("Concentrations" or "Particles")
Perturb the original model
Find new steady-state