MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Problem with reading version 4.2 DumpSave files,...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75592] Re: Problem with reading version 4.2 DumpSave files,...
  • From: terry <terryisnow at yahoo.com>
  • Date: Sun, 6 May 2007 01:46:57 -0400 (EDT)
  • References: <f1er5d$5i9$1@smc.vnet.net><f1hkc5$o2l$1@smc.vnet.net>

On May 5, 2:56 am, Jens-Peer Kuska <k... at informatik.uni-leipzig.de>
wrote:
> Hi,
>
> and using the old binary package for binary import/export in 4.2
> and usging BinaryImport[]/BinaryExport[] in the newer version
> can't help ?
>
> Regards
>    Jens

Unfortuneately not:

   From my 4.2 instance:
   ==============================================

   In[13]:= a = targetFunction[[1]]

   Out[13]= \!\(7.540873625469604946490279853`12.6348*^-897\)

   In[14]:= Export["new_test", a, "Dump"]

   Out[14]= new_test


   From my 5.2 instance:
   ==============================================

   In[14]:= a  = Import["a:/new_test","Dump"];

   In[15]:= a

   Out[15]= \!
\(2.618456009313894180400204624`12.634760176636481*^-887\)



  • Prev by Date: [Mathematica 6] Format->Magnification does not work on notebook
  • Next by Date: Re: documentation notebooks in 6.0
  • Previous by thread: Re: Problem with reading version 4.2 DumpSave files,...
  • Next by thread: Re: Problem with reading version 4.2 DumpSave files,...