Skip to content

Commit

Permalink
Merge pull request #2327 from TorkelE/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix in Bifurcation tutorial
  • Loading branch information
ChrisRackauckas authored Oct 26, 2023
2 parents 3d428f7 + 819f63c commit df0bd9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/tutorials/bifurcation_diagram_computation.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ opts_br = ContinuationPar(dsmin = 0.001, dsmax = 0.05, ds = 0.01,
detect_bifurcation = 3, n_inversion = 4, tol_bisection_eigenvalue = 1e-8, dsmin_bisection = 1e-9)
bf = bifurcationdiagram(bprob, PALC(), 2, (args...) -> opts_br; bothside=true)
using Plots
plot(bf; putspecialptlegend=false, markersize=2, plotfold=false, xguide="μ", yguide = "x")
```
Here, the value of `x` in the steady state does not change, however, at `μ=0` a Hopf bifurcation occur and the steady state turn unstable.
Here, the value of `x` in the steady state does not change, however, at `μ=0` a Hopf bifurcation occur and the steady state turn unstable.

0 comments on commit df0bd9a

Please sign in to comment.