Dream Scatter
Dream Scatter
Not a user of this language repo, but mathematically speaking, there are two possibilities for interpreting a matrix times a bivector. In one interpretation, you convert the bivector to a...
There is a library which does lazy evaluation for geometric algebra, it's [Grassmann.jl](https://github.com/chakravala/Grassmann.jl), since you're not my collaborators I won't necessarily go into the details of it here. However, it...
> The point of bringing up this issue is clearly improving this library and not switching to another library. The irony is that I have solutions to your problem, but...
@ATell-SoundTheory you literally just wrote an antagonistic comment saying I should not do open source programming, it is evident that discussing my solutions with you is not worth it, but...
Of course I am genuinely interested in being of assistance on @jw3126 issues of high dimensional geometric algebras, as I am interested in challenging the capabilities of my software development...
@davibarreira you could just use [Grassmann.jl](https://github.com/chakravala/Grassmann.jl) ``` julia> using Grassmann julia> @basis S"āā ++" (āØāā ++ā©, v, vā, vā , vā, vā, vāā , vāā, vāā, vā ā, vā ā, vāā, vāā ā, vāā ā, vāāā, vā āā, vāā āā)...
Thanks for reporting, this is an issue with Makie.jl itself and not with Grassmann.jl specifically: Observe that ```Julia f = vectorfield(exp((Ļ/4)*(v12+vā3)),V(2,3,4),V(1,2,3)) ``` returns a function which can accept `Point` input...
That's been planned for the next release v0.9, I've been saving the fully general metric tensor as the last step for various reasons related to the order of features in...
@utensil arbitrary `MetricTensor` support has been added now, so `Grassmann` is entering the v0.9 phase for transition to v1.0 ```Julia @basis MetricTensor([0 -1 0; -1 0 0; 0 0 1])...
Thank you for providing additional context. Based on the added information, here's an updated explanation of the functions `becount` and `bematch` within the Reduce.jl package: 1. `becount`: - This function...