From 150092369fa2f4ac4729f4eb7d5066c2efeb0407 Mon Sep 17 00:00:00 2001 From: KEXIN CHEN <113996265+KexinChen1999@users.noreply.github.com> Date: Tue, 7 May 2024 01:11:36 +0200 Subject: [PATCH] Update documentation.md --- docs/src/documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/documentation.md b/docs/src/documentation.md index 41dc802..3b0cbdb 100644 --- a/docs/src/documentation.md +++ b/docs/src/documentation.md @@ -895,6 +895,7 @@ In this section, we verify the replication results by comparing our figures with # Conclusion +In the original Matlab, the author used the “fsolve()" function to find the numerical solutions of this system of nonlinear equations, thus obtaining the distribution of various variables under optimal conditions. However, in Julia, we use the "nlsolve()" function to solve it. The differences in farm distribution may stem from this. Other graphs and parameters in the output are consistent with those in the original paper.