Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3417
| From | DrMajorBob <btreat1@austin.rr.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Improt vs Get |
| Date | 2011-06-30 20:59 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <iuio4c$l09$1@smc.vnet.net> (permalink) |
| References | <201106250929.FAA20235@smc.vnet.net> |
E is the Napierian log base:
E // N
2.71828
So of course:
-0.5066 E + 01
-0.377082
Bobby
On Wed, 29 Jun 2011 04:29:37 -0500, Ted Sariyski <tsariysk@craft-tech.com>
wrote:
> Hi,
> I have a file tst:
>
> {{X [m], -0.5066E+01, -0.4039E+01, -0.3012E+01},{Y [m], -0.5066E+01,
> -0.4039E+01, -0.3012E+01}}
>
> which I Get:
> fn = FileNameJoin[{myDir, "tst"}]
>
> In[]= Get[fn]
> Out[]=
> {{X[m],-0.377082,-0.097914,0.181254},{Y[m],-0.377082,-0.097914,0.181254}}
>
> which is not what I expect.
>
> Import, however, returns the content of tst:
>
> In[] =Import[fn,"List"]
> Out[]= {{{X [m], -0.5066E+01, -0.4039E+01, -0.3012E+01},{Y [m],
> -0.5066E+01, -0.4039E+01, -0.3012E+01}}}
>
> What do I miss here?
> Thanks in advance,
> --Ted
>
>
>
--
DrMajorBob@yahoo.com
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: Improt vs Get DrMajorBob <btreat1@austin.rr.com> - 2011-06-30 20:59 +0000
csiph-web