ODE Solver formula string VI
- Updated2025-07-30
- 5 minute(s) read
Solves ordinary differential equations with initial conditions of the following form: X'=F(X,t). You must manually select the polymorphic instance to use.

Inputs/Outputs
ODE RHS
—
ODE RHS is a cluster of formula strings and variable strings that implements the right-hand-side of an ordinary differential equation X'=F(X,t).
x0
—
x0 is the vector of initial values of the ODE states.
simulation parameters
—
simulation parameters specifies the set of parameters used to configure the numerical solution of the differential equation.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
times
—
times is the array of points in time at which the differential equation solver stepped or was evaluated. If you select a fixed step-size solver, then times contains evenly spaced values.
outputs
—
outputs is a two-dimensional array of y values. Each row corresponds to the vector of y-values evaluated at a particular time. Each column is history of a particular y-value over time.
error out
—
error out contains error information. This output provides standard error out functionality. |
ODE RHS
—
F(X,t)
—
time
—
x0
—
simulation parameters
—
Initial Time
—
Continuous Solver
—
error in (no error)
—
times
—
outputs
—
error out
—