|
|
|
|
|
by qubex
3784 days ago
|
|
In computational physics you model situations by creating some particles, placing them in some initial configuration, and defining the manner in which position and proximity of other particles creates forces acting upon each particle, and then you calculate acceleration, and thus eventually the position of those particles after a single temporal step. When all the giggling stops you've hit your system's final configuration given the initial conditions and subject to the forces defined (up to the numerical precision afforded by whatever affects your simulation's precision). Analogously in economics you'd want to define the agents, the inventory of what they have, what they want, and the medium (market) through which they will trade to become as happy as they can. When nobody sees any point trading anymore you have a “Pareto optimal” end-state and you're basically in equilibrium. Back when I used program simulations I used Mathematica, and I am still deeply tied to that specific platform, but there's several introductions to doing much the same with less exotic (and expensive) tools such as Python: https://www.researchgate.net/profile/Michael_North/publicati... |
|