Viewing profile — enkimute
enkimute
HN member- Joined
- Thu, Sep 07, 2017, 10:36 AM UTC
- HN karma
- 90
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About enkimute
Recent public activity
-
comment
Comment #43194527
fixed it. mea culpa.
-
comment
Comment #39544116
Thank you, appreciate that!
-
comment
Comment #39543662
Apologies. Had that joke sitting around for waaaay to long. Not that great in retrospect :D
-
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…
-
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…
-
comment
Comment #39542149
done. mea maxima culpa.
-
comment
Comment #31131999
There's no smoke. But there surely are mirrors. (Group theory joke)
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 '…
-
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…
-
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…
-
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…
-
comment
Comment #25253521
close? https://enkimute.github.io/ganja.js/examples/coffeeshop.html
-
comment
Comment #25253508
Geometric Algebra for Physicists : https://www.amazon.com/Geometric-Algebra-Physicists-Chris-Do...
-
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 …
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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 …