From 137923d704cc76ca1fe010ad6bac4bba7620282f Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 5 Dec 2022 11:08:06 +0100 Subject: [PATCH] Update docs/src/basics/NonlinearProblem.md --- docs/src/basics/NonlinearProblem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/basics/NonlinearProblem.md b/docs/src/basics/NonlinearProblem.md index d2e9a61c9..4cce12e96 100644 --- a/docs/src/basics/NonlinearProblem.md +++ b/docs/src/basics/NonlinearProblem.md @@ -4,7 +4,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`. +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, ∞)``.