100/3 in a file
- To: mathgroup at smc.vnet.net
- Subject: [mg50711] 100/3 in a file
- From: efeldesh at zahav.net.il (Ran)
- Date: Fri, 17 Sep 2004 01:17:39 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I have a list I define : A=Table[i*100/3,{i,1,3}]
which gives me output of - {100/3,200/3,100}
Mathematica, as expected, refer to all the cells as numbers.
the problem begins after saving to a file like this :
Export["A.dat",A]
and then Import["A.dat", "Table"].
After I upload the data from file, all the (XX / XX) are not treated
as number any more (the 100 does!).
DOes someone has a solution to this simple problem?
I know I can estimate with "N" function, and only then save to file,
but i would like if possible to not to lose information - save it as
it is.
I would be very happy to hear opinions from you,
thanks,
- Ran