There is much more to the history of complex numbers, and that is also worth a read [0]. In particular, Gauss was very against the term "imaginary numbers" because it implies some mystery around them. I vaguely remember reading that he preferred the term "lateral" numbers, but that may be a mistake. Euler's formula connects them very plainly with rotations in a complex number plane. The intuition I developed with the…
Quantum physics falls apart without imaginary numbers
81–90 of 166 posts
Re: Quantum physics falls apart without imaginary numbers
#82There is much more to the history of complex numbers, and that is also worth a read [0]. In particular, Gauss was very against the term "imaginary numbers" because it implies some mystery around them. I vaguely remember reading that he preferred the term "lateral" numbers, but that may be a mistake. Euler's formula connects them very plainly with rotations in a complex number plane. The intuition I developed with the…
Like Quaternions, which add another dimension to our 3 to help solve ambiguities with Euler angles and gimbal lock. Going another dimension up makes the solutions much more elegant.
EDIT: the difference between complex numbers and 2D vectors (as I understand it) is just that you can’t really multiply 2 2D vectors together to get another 2D vector (you need to multiply a scalar times the vector to get a vector), but you CAN multiply two complex numbers together to get another complex number.
To do multiplication with 2 vectors you need to introduce new things like the “inner product” (dot product) to produce another vector (as opposed to “outer product” which produces yet ANOTHER kind of thing, a matrix) whereas with complex numbers you can use regular multiplication without introducing new types of multiplication.
Re: Quantum physics falls apart without imaginary numbers
#83This video by Sabine Hossenfelder is probably more informative on this topic: https://www.youtube.com/watch?v=ALc8CBYOfkw (it discusses this paper).
Re: Quantum physics falls apart without imaginary numbers
#84Re: Quantum physics falls apart without imaginary numbers
#85Re: Quantum physics falls apart without imaginary numbers
#86There is much more to the history of complex numbers, and that is also worth a read [0]. In particular, Gauss was very against the term "imaginary numbers" because it implies some mystery around them. I vaguely remember reading that he preferred the term "lateral" numbers, but that may be a mistake. Euler's formula connects them very plainly with rotations in a complex number plane. The intuition I developed with the…
Re: Quantum physics falls apart without imaginary numbers
#87There is much more to the history of complex numbers, and that is also worth a read [0]. In particular, Gauss was very against the term "imaginary numbers" because it implies some mystery around them. I vaguely remember reading that he preferred the term "lateral" numbers, but that may be a mistake. Euler's formula connects them very plainly with rotations in a complex number plane. The intuition I developed with the…
I always just thought of them as a second dimension to the number line. 2D numbers, if you will. That enables rotation as well, of course, as such a thing doesn’t make sense in 1D. And for certain situations this helps resolve ambiguities that would be difficult and messy without this extra dimension. Like Quaternions, which add another dimension to our 3 to help solve ambiguities with Euler angles and gimbal lock. G…
Re: Quantum physics falls apart without imaginary numbers
#88Note also that a world with only monotonic linear motion could not possibly have life or thought or any complex behavior. Rotation is required to model any sort of accretion over time. (note that the typical finite case of "particles in a box" bouncing off the walls is, on average, circular motion too.)
See Clifford Algebra for generalization of the complex numbers
Re: Quantum physics falls apart without imaginary numbers
#89Earlier quoted context omitted.
I always just thought of them as a second dimension to the number line. 2D numbers, if you will. That enables rotation as well, of course, as such a thing doesn’t make sense in 1D. And for certain situations this helps resolve ambiguities that would be difficult and messy without this extra dimension. Like Quaternions, which add another dimension to our 3 to help solve ambiguities with Euler angles and gimbal lock. G…
Eh, RE: your edit, "multiplication" itself has several different definitions in a vector space. For example, a dot product, outer product, Hadamard product, etc.