-
Mirroring a slack post here for public discussion:
I did some experimentation regarding tighter sympy integration: https://gist.github.com/eric-wieser/823a115df88b6e96e21fdedebbdfa9c0
The eventual…
-
This library was written mainly as an excercise in geometric algebra. GA has known issues with speed and memory compared to established matrix methods.
GA is a nice theoretical tool with a steep le…
-
Chisholm 2012, "Geometric algebra" (`arXiv:1205.5935v1`) defines a generalization of inner product using LaTeX symbols `\lfloor` and `\rfloor`. See issue #19 for a more expeditious way to code this …
-
### Describe the bug, what's wrong, and what you expected.
When trying to plot using the trame backend, I get a box with a 404 Error instead of an interactive plot. The static backend works fine. m…
-
## Bug Description
See https://github.com/idaholab/moose/discussions/25618 for an example. If the mesh is pre-split without any knowledge about what elements must be geometrically ghosted, then the s…
-
The gradient yields only 0 in 1 dimension. The follow code should print "e_x", but it instead prints "0":
from sympy import *
from sympy.galgebra.ga import *
x = symbols('x')
position = (x,)
ex, gr…
-
Hi there!
I'm trying to get the GATr setup and plugged into a normalizing flow. The inputs and outputs are 3d objects with a translation and rotation. I noticed that you already have an interface pur…
-
The previous two modules (AT and GT) had questions regarding understanding linear maps algebraically and geometrically.
What is the big question for ON? We are introducing dot products in order to u…
-
I haven't redone any of the algebra, but on elementary geometric grounds, the formula for control_1 doesn't seem right. It reads:
```
control_1 = (r,k)
```
and I think it should read
```
c…
-
I'd like to experiment a bit with GA, but don't understand, how to use this lib. Is it even suited for every geometric algebra? Because only e1e2e3 are exported, but you may also want to create larger…