I have a value and I known that it's units is
meters^(mn/md) * kg^(kn/kd) * s^(sn/sd) * K^(Kn/Kd) * A^(An/Ad)
Note: the exponents are rational, units of m^0.5 are valid
The question is how to pick how to break down the units into something more compact
for instance if
md=kd=sd=Kd=Ad=1
mn=Kn=An=0
kn=1
sn=-1
I can use N/m
I suspect that this is some subset of a discreet optimization problem.