Skip to content

Commit 4c64ea7

Browse files
TorkelEisaacsas
andauthored
Update README.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent c766ca6 commit 4c64ea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ be found in its corresponding research paper, [Catalyst: Fast and flexible model
101101
(reusing the Graphviz interface created in [Catlab.jl](https://algebraicjulia.github.io/Catlab.jl/stable/).)
102102
- Model steady states can be computed through homotopy continuation using [HomotopyContinuation.jl](https://github.com/JuliaHomotopyContinuation/HomotopyContinuation.jl)
103103
(which can find *all* steady states of systems with multiple ones), by forward ODE simulations using
104-
[SteadyStateDiffEq.jl)](https://github.com/SciML/SteadyStateDiffEq.jl), or by nonlinear systems
105-
solving using [NonlinearSolve.jl](https://github.com/SciML/NonlinearSolve.jl).
104+
[SteadyStateDiffEq.jl)](https://github.com/SciML/SteadyStateDiffEq.jl), or by numerically solving steady-state nonlinear equations using [NonlinearSolve.jl](https://github.com/SciML/NonlinearSolve.jl).
106105
- [BifurcationKit.jl](https://github.com/bifurcationkit/BifurcationKit.jl) can be used to [compute
107106
bifurcation diagrams](@ref ref) of models' steady states (including finding periodic orbits).
108107
- [DynamicalSystems.jl](https://github.com/JuliaDynamics/DynamicalSystems.jl) can be used to compute

0 commit comments

Comments
 (0)