File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ build two `ODESystem`s from the equations we used in the first part:
115
115
```
116
116
117
117
Now let's define an interconnection between these ODE systems. Here
118
- we will define a new variable ` α ` which is defined by the interplay
118
+ we will define a new variable ` a ` which is defined by the interplay
119
119
between these two models:
120
120
121
121
``` julia
@@ -126,7 +126,7 @@ connections = [0 ~ lorenz1.x + lorenz2.y + a*γ]
126
126
```
127
127
128
128
This ` ODESystem ` thus connects the two Lorenz systems and defines the
129
- dynamics of ` α ` according to the continuous algebraic equation, thus
129
+ dynamics of ` a ` according to the continuous algebraic equation, thus
130
130
this is now a differential-algebraic equation (DAE) of 7 variables.
131
131
We can then define the resulting ` ODEProblem ` and send it over to
132
132
DifferentialEquations.jl:
You can’t perform that action at this time.
0 commit comments