Grassmann.jl
TensorOperations.jl
Grassmann.jl | TensorOperations.jl | |
---|---|---|
8 | 3 | |
485 | 507 | |
1.4% | 2.8% | |
7.7 | 7.4 | |
6 days ago | 27 days ago | |
Julia | Julia | |
GNU Affero General Public License v3.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Grassmann.jl
-
How to fit a polynomial P of degree D to a vector of roots?
Here's how to do it with Grassmann.jl
-
Grassmann.jl now has SimplexComplex{V,B,T} wrapper for Complex{T}
Surprise announcement: the next version of Grassmann.jl has a new algebra type SimplexComplex{V,B,T} (yes, that's right SimplexComplex) which is a wrapper for Julia's native Base.Complex{T} type. This allows you to work with the performance of the base language complex numbers while retaining the Grassmann algebra interface and additional products. The new type is not limited to only regular complex numbers, it supports the creation of a SimplexComplex using any basis element B by simply taking the sum of a scalar with that basis element. ```Julia julia> using Grassmann
-
Einstein award going to Paul Ginsberg for creating arXiv.org
I still have never been able to post my paper about my Grassmann.jl geometric algebra foundations research on arxiv.
https://github.com/chakravala/Grassmann.jl
Seems like a useless overrated website.
I was able to post my article on my own website instead.
Arxiv is really a useless website.
-
What Is the Inverse of a Vector?
This article is really about geometric algebra, check out my geometric algebra software https://github.com/chakravala/Grassmann.jl
- Stop what you're doing and look up Geometric Algebra on yt right now
- Ask HN: What are some tools / libraries you built yourself?
-
Ask HN: What under-the-radar technology are you super excited about?
https://github.com/chakravala/Grassmann.jl
In the future, geometric algebra will likely be part of everything we do, but it is still very unknown as of now.
-
My advanced math skills are going down the drain
I heart your Grassman gradient vector field representations: https://github.com/chakravala/Grassmann.jl. They, heh heh, point the way toward representing aspects of physics and math that should be used far more frequently than they are now. They display the quirks that you could never apprehend looking at an equation. Your representations could eviscerate the representations of data base on paper-like metaphors.
Sadly our leaders, the John Baez and Scott Aronson and people like that, prefer to think in Euler notation and WordPress posts. As Kurt Vonnegut said: So it goes.
The world of representation of difficult concepts using interactive 3D and elegant code is still in its infancy. You are not yet at the ground floor of the construction of a future elegant structure. You - and a few others - are in at the second basement.
Fortunately, the only way out is to look up!
TensorOperations.jl
- Einsum in 40 Lines of Python
-
Absolutely suck at tech stuff,but Julia makes me want to learn coding. Wish me luck.
Sometimes broadcasting feels like magic to me. It just works more often than not even when I am confused with the dimensions. If you do a lot of Tensor stuff it's also worth checking out Einstein notation (https://github.com/Jutho/TensorOperations.jl)
-
Programming Languages where element-wise matrix notation is possible
There are some libraries and macros for Einstein notation and related ideas, like TensorOperations.jl in Julia, einsum in numpy which someone already mentioned, and some small-scale/research languages like Diderot and Egison. In the mainstream, I guess languages generally use for loops or list comprehensions and try to recover vectorisation from that after the fact, but don’t guarantee it. Those that do make guarantees tend to use combinators that are matrixwise/function-level. I admit I pretty much categorically prefer the latter so I’m not as aware of the state of this as I’d like to be able to help.
What are some alternatives?
taco - The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
TensorFlock - A small functional tensor language with Einstein summation notation convention and shape-checking at compile-time.
NDTensors.jl - A Julia package for n-dimensional sparse tensors.
ThinkJuliaFR.jl - Introduction à la programmation en Julia (livre)
geometric_algebra - Generate(d) custom libraries for geometric algebras
Halide - a language for fast, portable data-parallel computation