Category Archives: Mathematics

All articles having to do with mathematics.

Hang in There! Why Even Algebraic Structures are Useful

Hardly any other subject can hit a freshman as hard as those strange “algebraic structures” during your first math course. You started out to solve real problems and now this professor explains to you, with a straight face, that there really exists such a thing as addition and multiplication and that surprisingly 0 is not equal to 1. What’s that got to do with the real world?

Rounding Errors And Arbitrary Precision Arithmetic

The computer computes. Plus, minus, times and sometimes even divide. The results are always correct. Really? Computers usually use floating point numbers, which are very flexible, but still can cause quite substantial rounding errors – at least when you are doing complex calculations with many steps. These small inaccuracies can accumulate and become a creeping poison. Arbitrary precision arithmetic offers a way out.