Skip to content

Commit

Permalink
Update docs/src/model_creation/network_analysis.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas authored Jul 16, 2024
1 parent 556b874 commit 0dd3b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/model_creation/network_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ oprob = ODEProblem(rs, u0, (0.0, 1.0), ps)
sol = solve(oprob)
plot(sol; idxs = [rs.X₁, rs.X₂, rs.X₁ + rs.X₂], label = ["X₁" "X₂" "X₁ + X₂ (a conserved quantity)"])
```
This makes sense, as while $X$ is converted between two different forms ( $X₁$ and $X₂$), it is neither produced nor degraded. That is, it is a *conserved quantity*. Next, if we consider the ODE that our model generates:
This makes sense, as while $X$ is converted between two different forms ($X₁$ and $X₂$), it is neither produced nor degraded. That is, it is a *conserved quantity*. Next, if we consider the ODE that our model generates:
```@example network_analysis_conservation_laws
using Latexify
latexify(rs; form = :ode)
Expand Down

0 comments on commit 0dd3b99

Please sign in to comment.