Maple Units package



On Saturday 02 April 2005 03:18, C Y wrote:
> I think a much better course is to somehow make Maxima "aware" of
> the chemical nature of these things, but that's for down the road. 

It would be really nice to convert between mol and gram of a 
substance, so that someting like this might become possible:

(%i10) unit_addrule_mol_g( C6H12O6 );
(%o10)
(%i11) unit_use( g(C6H12O6)/l, 0.5*mol(C6H12O6)/l );
(%o11)                 90*g(C6H12O6)/l

This is just to record this quick unit conversion idea.

Yours,
Eike.

PS.: Maple 9.5 can't do this.