Tag: math

  • Learning Cybernetics: Working on Ashby’s Transformation Matrices

    Intro I really do not have that much spare time, but I also really wanted to learn more about “Cybernetics”. So I bought (yet another) book, a classic in this case (I think it was first edited in 1956): “An Introduction to Cybernetics”, by W. Ross Ashby (“Ashby” from now on for short). So far,…

  • Simulation: Monte-Carlo & Input Distributions (1/n)

    Intro First, let me say, I know, it’s been a while. And that’s alright. I have plenty of good excuses 🙂 Now that doesn’t mean I should completely forget about this my little Blog. OK, so, for today: I’ve been studying Operations Research for about 3 months now, and we’re getting (in the Master course)…

  • Graph Theory: Havel-Hakimi algorithm (and a twist)

    Intro As is now common, I use the courses of the master as inspiration. I have recently started studying (again, from scratch) graph theory. This time around, it goes deeper into the theory and math background though, compared to past courses I have taken on the subject. For this instance, I came across some pseudo-code…