FieldAlgebra.jl

Field algebra based on Group design
Author chakravala
Popularity
6 Stars
Updated Last
1 Year Ago
Started In
September 2022

FieldAlgebra.jl

Field algebra based on Group design

DOI Build status

Work in progress of Group implementation which will also be extended to field algebra.

julia> @group xyz x y z

julia> x*y^2
xy²

julia> ans/x
y²

There are more undocumented features which will be explained once the design matures.

Used in Similitude.jl and MeasureSystems.jl to implement dimensional group algebra.