axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Re: Dimensions as types...


From: Martin Rubey
Subject: Re: [Axiom-developer] Re: Dimensions as types...
Date: 29 Aug 2006 16:48:50 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Ralf Hemmecke <address@hidden> writes:

> > I just wanted to point out that you can give the Aldor Category "Dimension" 
> > an
> > algebraic structure. 

> > Scalar: Dimension with {
> >         scalar: %;
> > } == AuxiliaryDimension add {
> >         scalar: % == [1, ""];
> > }
> > DimensionThing: Group == add {
> >         Rep == Dimension;
> >         1: % == per ConstantDimension;
> >         (x: %) * (y: %): % == per(x * y);
> >         (x: %) / (y: %): % == ...
> > }
>
> note that the line
> 
> (x: %) * (y: %): % == per(x * y);
> 
> is wrong. It should read "per(rep x * rep y)" on the right hand side.

Yes yes, you know me by now. Thank God there is somebody correcting me when
necessary! (honestly)

> PS: Martin probably wanted Scalar = ConstantDimension. No?

Yes. Isn't that synonymous?

Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]