FieldAlgebra.jl

Field algebra based on Group design

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.