From fddbe27ee1c29f0347d7ace0601a44707df90a73 Mon Sep 17 00:00:00 2001 From: KronosTheLate <61620837+KronosTheLate@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:57:37 +0100 Subject: [PATCH 1/6] Minor beauty/consistensy fixes --- docs/src/basics/NonlinearProblem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/basics/NonlinearProblem.md b/docs/src/basics/NonlinearProblem.md index 80852039c..15b24206f 100644 --- a/docs/src/basics/NonlinearProblem.md +++ b/docs/src/basics/NonlinearProblem.md @@ -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, ∞)`. From 86617f70b66d5e974717c9406b6bc2408fcb2d90 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 5 Dec 2022 11:07:08 +0100 Subject: [PATCH 2/6] 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 15b24206f..ff77fc99c 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, ∞)`. From c50f49af1157565becaabbbd9847c27fb5a5a6a7 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 5 Dec 2022 11:07:59 +0100 Subject: [PATCH 3/6] 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 ff77fc99c..d2e9a61c9 100644 --- a/docs/src/basics/NonlinearProblem.md +++ b/docs/src/basics/NonlinearProblem.md @@ -7,7 +7,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, - i.e. `0 = f(u, ∞)`. + i.e. ``0 = f(u, ∞)``. The first is for solving scalar rootfinding problems, i.e. finding a single number, and requires that a bracketing interval is known. For a bracketing interval, one must have that From 137923d704cc76ca1fe010ad6bac4bba7620282f Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 5 Dec 2022 11:08:06 +0100 Subject: [PATCH 4/6] 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, ∞)``. From dc55d234125fa4d32db810d0b315c5fcc98b1b93 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 5 Dec 2022 11:08:44 +0100 Subject: [PATCH 5/6] 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 4cce12e96..fddedb353 100644 --- a/docs/src/basics/NonlinearProblem.md +++ b/docs/src/basics/NonlinearProblem.md @@ -5,7 +5,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`. +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, ∞)``. From 7dfe3dbd1148ef5eae01aae68fb60d2b15bd0afe Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 5 Dec 2022 11:08:51 +0100 Subject: [PATCH 6/6] 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 fddedb353..1ba8738ad 100644 --- a/docs/src/basics/NonlinearProblem.md +++ b/docs/src/basics/NonlinearProblem.md @@ -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