Re: Get numbers out of PhysicalConstants?
- To: mathgroup at smc.vnet.net
- Subject: [mg62587] Re: Get numbers out of PhysicalConstants?
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Tue, 29 Nov 2005 04:44:22 -0500 (EST)
- Organization: Uni Leipzig
- References: <dme8l6$inj$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, VacuumPermeability/. {Second->1,Volt->1,Ampere->1,Meter->1} Regards Jens "Wonseok Shin" <wssaca at gmail.com> schrieb im Newsbeitrag news:dme8l6$inj$1 at smc.vnet.net... | Hello, | | Is there any way to get numbers out of the constants defined in | Miscellaneous`PhysicalConstants` package? Carrying units all the time | is inconvenient in calculation. | | For example, | In[1]:= << Miscellaneous`PhysicalConstants` | In[2]:= VacuumPermeability | Out[2]= \!\(\(p\ Second\ Volt\)\/\(2500000\ Ampere\ Meter\)\) | | I want to get the number p/2500000 out of VacuumPermeability, without | units. How can I do this? |