Ben Matthews@sopuli.xyztoProgramming@programming.dev•How Good at Math Does a Programmer Need to Be?English
0·
13 days agoAs a kid, I learned to write i = i +1, before school maths taught me it can’t. The point is, computers do iteration well, especially to model dynamics of real non-linear systems, while classical maths is good at finding algebraic solutions to equilibria - typically more theoretical than real. Calculus is great for understanding repeatable dynamics - such as waves in physics, also integrating over some distributions. But even without knowing that well you could still approximate stuff numerically with simple loops, test it, and if an inner-loop turns out to be time-critical or accuracy-critical (most are not), ask a mathematical colleague to rethink it - believe in iteration rather than perfect solutions.
Your first sentence is correct. But if you look at the historical data, the sharpest drop in chinese fertility rate was several years before they introduced the one-child policy, which also ended several years ago without apparently making any difference. Also, fertility rates in Taiwan, South Korea, Japan are even lower. As these rates are also lower than europe, that maybe related more to housing affordability and density, possibly combined with some common evolution of ‘eastern’ values.