Live data from Hacker News

Viewing profile — enkimute

enkimute

HN member
Joined
Thu, Sep 07, 2017, 10:36 AM UTC
HN karma
90
Public activity
36 items

About enkimute

Mathematical Experimentalist

Recent public activity

  1. comment
    Comment #43194527

    fixed it. mea culpa.

  2. comment
    Comment #39544116

    Thank you, appreciate that!

  3. comment
    Comment #39543662

    Apologies. Had that joke sitting around for waaaay to long. Not that great in retrospect :D

  4. comment
    Comment #39542758

    don't foget the fantastic Sudgy 'A swift introduction to projective geometric algebra' : https://www.youtube.com/watch?v=0i3ocLhbxJ4 and ofcourse the go-to reference https://bivect…

  5. comment
    Comment #39542325

    For specifying animations, you should work in the quaternion lie algebra, not in the group as you suggest. There you can represent 1620 degrees without any problem. Furthermore, in…

  6. comment
    Comment #39542149

    done. mea maxima culpa.

  7. comment
    Comment #31131999

    There's no smoke. But there surely are mirrors. (Group theory joke)

  8. comment
    Comment #31131990

    These are also called the planar quaternions and are the even subalgebra of 2D PGA. I use and explain these (and their nD generalisations) in my SIBGRAPI 2021 talk on kinematics an…

  9. comment
    Comment #29092798

    Not the same concrete example, but one where I do find the Geometric Algebra version substantially more insightful, is the treatment of rigid body mechanics in the geometric algebr…

  10. comment
    Comment #29092712

    Every Lie algebra is a bivector algebra (see 'Lie groups as Spin groups' http://geocalc.clas.asu.edu/pdf/LGasSG.pdf ). Additionally the GA formalism enables closed form solutions f…

  11. comment
    Comment #25476695

    They were designed with touchscreens in mind - I agree tho that it didn't work out exactly as I wanted. Someone did make a playthrough video of it : https://www.youtube.com/watch?v…

  12. comment
    Comment #25476675

    Thanks for this background info. I also agree with your assessment - so far its just gotten some giggles and maybe even some extra attention from students who are not always easy t…

  13. comment
    Comment #25473119

    > You're generating code that relates to a certain algebra, likely for providing API for doing calculations based on that algebra (so an algebra library). Why would you call that '…

  14. comment
    Comment #25265553

    A bias towards 'vectors must be points' crops in as an unwritten legacy axiom, leading to a broken correspondence with Group theory (which again cannot be turned around, discrete s…

  15. comment
    Comment #25263840

    The grade 1 element is not the normal vector of the plane, it is the plane itself (as a homogeneous linear form, it includes the distance from the origin as an extra coefficient, w…

  16. comment
    Comment #25253652

    Chris Doran, while not officially in academia, is still very much actively researching these topics and regularly publishes. (he is also a member of the bivector community, very ap…

  17. comment
    Comment #25253521

    close? https://enkimute.github.io/ganja.js/examples/coffeeshop.html

  18. comment
    Comment #25253508

    Geometric Algebra for Physicists : https://www.amazon.com/Geometric-Algebra-Physicists-Chris-Do...

  19. comment
    Comment #25252944

    Absolutely : Algebraically we can always use the Hodge dual and its inverse to move to/from k-vectors from/to n-k vectors. Geometrically we can always say two points define a line …

  20. comment
    Comment #25252472

    That is correct - matrices are the natural companion of the general linear group. The GA representation exists, and is called 'the mother algebra', for general 4x4 matrices the GA …

  21. comment
    Comment #25252278

    > But to really make it popular and understandable, a "simple" version of GA that handles translation, rotation & non-uniform scaling would really help, without the group theory co…

  22. comment
    Comment #25252108

    Take a look at Klein : https://www.jeremyong.com/klein/ (arm implementation is coming) Its geometric product between motors is the equivalent of the 4x4 matrix product. Although th…

  23. comment
    Comment #25252078

    a selection: - no closed form exponential/logarithm (i.e. cant interpolate) - no numerical stability for subgroups (i.e. need Gramm-Shmidt, SVD) - no covariant transformations (i.e…

  24. comment
    Comment #25251471

    I fully agree, for practical examples (no-install, web-browsable, interactive), check out the dozens of examples in the ganja.js coffeeshop: https://enkimute.github.io/ganja.js/exa…

  25. comment
    Comment #25251463

    Ok, standard 4x4 matrices also implement a projective (aka d+1) model. (the 'w' coordinate is just the projective coordinate). So no difference with GA in that respect. Setting up …