Tag: maths

  • The Mathematics of Catenary

    The Mathematics of Catenary

    Many modern games feature hanging wires, cables and chains; this series of tutorials will explore the mathematics behind their shape, which is known as catenary. You can find the Unity package to create catenaries in Unity at the end of the post.

  • Improving Floating-Point Precision in C#

    Improving Floating-Point Precision in C#

    This tutorial continues the journey to understand floating-point arithmetic, and how to improve the precision of modern programming language types. At the end of this article, you will find a link to download a simple C# library that provides a new type which improves the precision of traditional float and double variables.

  • An Introduction to Floating-Point Arithmetic

    An Introduction to Floating-Point Arithmetic

    This tutorial will introduce you to floating-point arithmetic, and how many modern languages—C# included—represent real numbers. This is a series in two parts: At the end of this article, you will find a link to download a simple C# library that provides a new type which improves the precision of traditional float and double variables.

  • From an Outbreak to an Epidemic

    From an Outbreak to an Epidemic

    This online course introduces the topic of modelling and simulating epidemics. If you are interested in understanding how Mathematicians, Programmers and Data Scientists are studying and fighting the spread of diseases, this series of posts is what you are looking for. The third, and final part of this course will focus on different strategies that…

  • Simulating Epidemics

    Simulating Epidemics

    This is the second part of the online course dedicated to the modelling and simulating of epidemics. If you are interested in understanding how Mathematicians, Programmers and Data Scientists are studying and fighting the spread of diseases, this series of posts is what you are looking for. In the second part, we will focus on…

  • The Mathematics of Epidemics

    The Mathematics of Epidemics

    This online course introduces the topic of modelling and simulating epidemics. If you are interested in understanding how Mathematicians, Programmers and Data Scientists are studying and fighting the spread of diseases, this series of posts is what you are looking for. This online course is inspired by the recent COVID-19 pandemic. Now more than ever…

  • The Transformation Matrix for 2D Games

    The Transformation Matrix for 2D Games

    This tutorial will introduce the Transformation Matrix, one of the standard technique to translate, rotate and scale 2D graphics. The first part of this series, A Gentle Primer on 2D Rotations, explaines some of the Maths that is be used here.

  • Recreational Maths in Python

    Recreational Maths in Python

    This post is for all the developers and mathematicians out there that are curious to explore and visualize the bizarre properties of numbers. Although Maths plays an important role in today’s technology, many people likes to abuse it for recreational purposes. Part of the appeal of Recreational Maths lies in the challenge to discover something new. Despite what many believe, finding mathematical patterns is very easy; it’s…

  • Understanding the Gaussian distribution

    Understanding the Gaussian distribution

    Randomness is so present in our reality that we are used to taking it for granted. Most of the phenomena which surround us have been generated by random processes. Hence, our brain is very good at recognising these random patterns. And it is even better at spotting phenomena that should be random but they actually aren’t. And this…

">