the sprectrum of different number systems and kinds in mathematics

191 views

I heard of Hypercomplex numbers like quaternions but whereever I search for them its unintelligible…

In: 5

4 Answers

Anonymous 0 Comments

Quaternions/quats can be found in game engines if you are looking for their usage – i used to have to use them in Unity.

Watching some unity tutorials on quats may be a really big help to figure out what they are and how they are used 🙂

Anonymous 0 Comments

Can you quickly state your level of education as far as it is relevant to this question? I would give a very different explanation to a math student,even if only first year, then someone who has never done any math outside school; with engineers and the like somewhere in-between.

Anonymous 0 Comments

You can think of complex numbers as pairs of real numbers, on which operations like addition, multiplication, etc. have been given certain definitions such that the system has various nice properties that make it useful for various tasks.

Similarly, you can think of quaternions as lists of four real numbers on which various operations have been given particular definitions. One thing that’s slightly weird about them is that multiplication does not commute: for two quaternions p and q, p multiplied by q is not necessarily the same as q multiplied by p. The main thing that quaternions are used for is storing information about 3D rotations in computer systems. Other than that, they really are pretty obscure and don’t come up much in most areas of maths or science.

But there are many other systems of numbers used in maths: the integers, the rationals, the reals, the cardinals, the ordinals, the p-adic numbers, the extended reals, the projective reals, the extended complex numbers, the hyperreals, the computable numbers…

Anonymous 0 Comments

(also answer for /u/JudgeAdvocateDevil )

There are no technical definitions of numbers. Mathematicians just went “hey this sounds similar enough to what we had called ‘number’ so far, so let’s call these things ‘numbers’ too”. So there are really no limitations or consistency in what are called numbers. Late 19th century-early 20th century have a lot of mathematicians devising new algebraic system and calling them ‘number’. Eventually people stopped that and start calling them “algebra” instead, but previously named ‘number’ retain their historical names.

There are very little commonalities between different systems of numbers. A common pattern is as follow: you have a system consisting of objects and 2 operations on them, called addition and multiplication. These operations needs to satisfy a few expected properties that we commonly know: addition is commutative and associative, multiplication is distributive over addition. It also needs to contains an older previously accepted system of number as a subset.

And…that’s it. Note that many other properties we commonly see are not required, such as multiplication being associative. There are also no “chain” of increasingly larger system of number, a lot of time these system are incompatible.

So let me list a few different flavors:

– Discrete extension of natural number into the infinite realm: ordinals, cardinals. These numbers allows you to perform induction into infinity or to count sets of infinite size.

– Extension of real number to includes infinity and infinitesimal: hyperreal, surreal. Surreal is biggest and including everything of this kind; it also has exponentiation. This allows you to measure comparable quantities that can be infinitely large.

– Extension of complex number to includes infinity and infinitesimal: hypercomplex, surcomplex. If you extend real numbers, you can extend complex as well.

– Composition algebra: complex, quaternion, octonion, split-complex, bicomplex, etc. They’re mostly defined algebraically without an intrinsic meaning to them, though some were used as an earlier form of Clifford algebra. The main property is that when you multiply 2 numbers, their “length” also get multiplied.

– Geometrically-motivated extension: Clifford algebra, Grassman number. These numbers correspond to geometric objects, higher dimensional version of vectors. If you think of vectors as something with a magnitude, an orientation, and a line, then these numbers replace line with plane, 3D spaces, and so on.

– Completion of rational number under other metric: p-adic number, real number. It’s proved that the only other sensible metric for rational number is p-adic metric, and filling “holes” in the rational number as defined by this metric creates p-adic numbers (metric means a way to measuring distance between numbers). They have applications in number theory, since they correspond to the problem to finding solutions in modular arithmetic.

– Analog in different system of logic: real number in intuitionistic math, fuzzy number. Different system of logic needs to construct numbers in a different ways.