Skip to content

Commit ce05bf6

Browse files
Merge pull request #111 from KronosTheLate/patch-1
Minor beauty/consistensy fixes
2 parents db7b972 + 7dfe3db commit ce05bf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/basics/NonlinearProblem.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## The Three Types of Nonlinear Problems
44

5-
NonlinearSolve.jl tackles two related types of nonlinear systems:
5+
NonlinearSolve.jl tackles three related types of nonlinear systems:
66

7-
1. Interval rootfinding problems. I.e., find the ``t in [t_0, t_f]`` such that `f(t) = 0`.
8-
2. Systems of nonlinear equations, i.e. find the `u` such that `f(u) = 0`.
9-
3. Steady state problems, i.e. find the `u` such that `u' = f(u,t)` has reached steady state,
10-
i.e. `0 = f(u, ∞)`.
7+
1. Interval rootfinding problems. I.e., find the ``t \in [t_0, t_f]`` such that ``f(t) = 0``.
8+
2. Systems of nonlinear equations, i.e. find the ``u`` such that ``f(u) = 0``.
9+
3. Steady state problems, i.e. find the ``u`` such that ``u' = f(u,t)`` has reached steady state,
10+
i.e. ``0 = f(u, ∞)``.
1111

1212
The first is for solving scalar rootfinding problems, i.e. finding a single number, and
1313
requires that a bracketing interval is known. For a bracketing interval, one must have that

0 commit comments

Comments
 (0)