Skip to content

Commit c23cf66

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_applications/bifurcation_diagrams.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent aa0d28a commit c23cf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/bifurcation_diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ end
1919
```
2020
Next we will create a `BifurcationProblem`. In addition to the `ReactionSystem`, we need to provide:
2121
- The bifurcation parameter (the parameter which is varied in the bifurcation diagram).
22-
- A full model parameter set. This includes the values of all non-bifurcation parameters, but also a value for the bifurcation parameter (which correspond to the point in parameter space from which the computation of the bifurcation diagram starts).
22+
- A full model parameter set. This includes the values of all non-bifurcation parameters, but also a value for the bifurcation parameter (which corresponds to the point in parameter space from which the computation of the bifurcation diagram starts).
2323
- An initial guess of the steady state values of the system at the provided parameter set. Using this point as a starting guess for root finding, BifurcationKit calculates an initial steady state from which to compute the bifurcation diagram. Hence, this guess does not need to be very exact (but may be important if the system exhibits multistability for the initial parameter set).
2424
- The species or statistic we wish to plot on the y-axis of the bifurcation diagram (a custom value can be provided by using the [`record_from_solution` argument](https://bifurcationkit.github.io/BifurcationKitDocs.jl/stable/periodicOrbit/#.-record*from*solution)).
2525

0 commit comments

Comments
 (0)