home.social

#quaternions — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #quaternions, aggregated by home.social.

  1. But wait, there's more! I also wrote a C++ program and Lua scripts to help you make animations of these higher-dimensional fractals. You can find these at codeberg.org/caten/RealAlgebra

    Not only can you see animations of the rock-paper-scissors fractal of central interest in my paper, you can also take slices of even higher-dimensional fractals coming from other real algebras, such as the octonions.

    I wrote everything here from scratch as much as possible, so it has basically zero dependencies. I even opted to use Netpbm (en.wikipedia.org/wiki/Netpbm) so that I'd have an easy time writing image files directly without using a library. I am using #GraphicsMagick to produce animations. The same utility can be used to convert the output image files to a more familiar format like png.

    #math #mathematics #algebra #analysis #ComplexAnalysis #fractals #Mandelbrot #MandelbrotSet #UniversalAlgebra #octonions #quaternions #cpp #Lua #LuaLang

    (2/3)

  2. In this talk I show how to multiply quaternions AND ALSO OCTONIONS using the dot product and cross product of vectors in 3 dimensions:

    youtube.com/watch?v=JI5xPGN_sW

    For quaternions this is well-known, but for octonions it's less so.

    I sketched the proof that both these algebras have a norm obeying

    |ab| = |a| |b|

    To see the details, go to the proof of Theorem 2 here:

    golem.ph.utexas.edu/category/2

    I do the proof for octonions, but the same argument also works for quaternions!

    #quaternions #octonions