Skip to content

Commit

Permalink
Minor beauty/consistensy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KronosTheLate authored Dec 5, 2022
1 parent db7b972 commit fddbe27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/basics/NonlinearProblem.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## The Three Types of Nonlinear Problems

NonlinearSolve.jl tackles two related types of nonlinear systems:
NonlinearSolve.jl tackles three related types of nonlinear systems:

1. Interval rootfinding problems. I.e., find the ``t in [t_0, t_f]`` such that `f(t) = 0`.
1. Interval rootfinding problems. I.e., find the ``t`` in ``[t_0, t_f]`` such that `f(t) = 0`.
2. Systems of nonlinear equations, i.e. find the `u` such that `f(u) = 0`.
3. Steady state problems, i.e. find the `u` such that `u' = f(u,t)` has reached steady state,
i.e. `0 = f(u, ∞)`.
Expand Down

0 comments on commit fddbe27

Please sign in to comment.