Hacker News new | ask | show | jobs
by 0cf8612b2e1e 688 days ago
Simulation is fun and understandable by many more than a block of math. Specially if using a more complex problem where there might not be an analytical solution.
1 comments

To take that a step further, problems with analytical solutions are fun to simulate because you can use the analytical solution to verify that your simulator is working correctly.
That's a good point, and I'd add that, in the opposite direction, running a simulation can be a good way to convince yourself that your analytical solution is correct.