Skip to content

Commit

Permalink
Update documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KexinChen1999 authored May 6, 2024
1 parent 1500923 commit fda6e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ f = [f1, f2]


# Comparison with the original results
In this section, we verify the replication results by comparing our figures with those in the original paper.
<p align="justify"> In this section, we verify the replication results by comparing our figures with those in the original paper. We found that the model results for farm size distribution obtained by Julia and Matlab were different. 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. </p>

## Benchmark Economy
### BE Farm Size Distribution from Julia
Expand Down Expand Up @@ -895,7 +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.




Expand Down

0 comments on commit fda6e49

Please sign in to comment.