Re: Re: Units, simplification
- To: mathgroup at smc.vnet.net
- Subject: [mg59619] Re: [mg59583] Re: Units, simplification
- From: Chris Chiasson <chris.chiasson at gmail.com>
- Date: Sun, 14 Aug 2005 04:38:06 -0400 (EDT)
- References: <ddh9a8$cde$1@smc.vnet.net> <200508130726.DAA00860@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Following the previous discussion, one does not have to modify
Units.m. One can execute the following command after loading the
Miscellaneous`Units` package to obtain the same functionality:
FundamentalSI=
Function[{expr},SI[expr]//.Miscellaneous`Units`Private`$ToFundamental]
For someone that asked earlier, $ToFundamental is a list of rules that
transform derived SI units into fundamental SI units.
On 8/13/05, KaeL <not_valid at w.pl> wrote:
> Great THX, it really works and this is a straightforward solution for me, too.
> One question: how did you know the $ToFundamental parameter (option?)?
> Did you simply read units.m or is there maybe a documentation I am not
> aware of?
> BTW, I am using now a temporary account (previous was removed), that's
> why this stupid e-mail address is present. I will work on a better
> configuration ;)
> Regards, Chris
> Bill Rowe napisal(a):
> (...)
> > But since this functionality already exists in the package this seemed the most elegant solution to me.
>
>
--
Chris Chiasson
http://chrischiasson.com/
1 (810) 265-3161
- References:
- Re: Units, simplification
- From: "KaeL" <not_valid@w.pl>
- Re: Units, simplification