Modulus is not Remainder

I know this has been explained many times in the past, but interestingly this bit me in the back a few days ago while coding, and, the same as homogeneous coordinates we will find plenty of different explanations depending on whom we ask to.

Mathematically speaking, we define a modulus …

Vectors, Arrays and NumPy

NumPy is a very powerful mathematical library for “crunching numbers” in Python, it has functions and modules for a lot of advance and not so advance mathematical operations, including linear algebra.

Recently in classes we had been learning about vector and matrix operations, and most books include examples in things …