Skip to content

Commit

Permalink
Update docs/src/basics/NonlinearProblem.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 5, 2022
1 parent dc55d23 commit 7dfe3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/basics/NonlinearProblem.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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``.
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,
3. Steady state problems, i.e. find the ``u`` such that ``u' = f(u,t)`` has reached steady state,
i.e. ``0 = f(u, ∞)``.

The first is for solving scalar rootfinding problems, i.e. finding a single number, and
Expand Down

0 comments on commit 7dfe3db

Please sign in to comment.