RE: Scientifc notation
- To: mathgroup at smc.vnet.net
- Subject: [mg41335] RE: [mg41312] Scientifc notation
- From: "Florian Jaccard" <jaccardf at eicn.ch>
- Date: Thu, 15 May 2003 03:58:25 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In[3]:= data = {1., 30.43, 10^(-3), 3000}; In[4]:= ScientificForm[SetPrecision[data, 3]] Meilleures salutations Florian Jaccard EICN-HES -----Message d'origine----- De : J. Guillermo Sanchez [mailto:guillerm at usal.es] Envoyé : mer., 14. mai 2003 14:14 À : mathgroup at smc.vnet.net Objet : [mg41312] Scientifc notation Dear friend, I would like obtein the output in scientific notation with a two decimals. Here is an example: data = {1.0, 30.43 10^-3, 3000} How convert to scientific notation {1.00 10^0, 3.043 10^1, 1.00 10^-3, 3.00 10^3}