MathGroup Archive 1996

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

Search the Archive

ReadList Expression: (Q)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg3696] ReadList Expression: (Q)
  • From: "m. r. schaferkotter" <schaferk at communique.net>
  • Date: Mon, 8 Apr 1996 02:05:24 -0400
  • Organization: NOne
  • Sender: owner-wri-mathgroup at wolfram.com

greetings:

HDF files will output Inf for very large values.

my data file looks like:

-.022 .033
Inf   -Inf

How can one read this into Mma? 

i define Inf:=Infinity

ReadList[...,Number] won't work.

ReadList[...,Expression]

returns the product of the first line entries and Infinity, -Infinity.

the returned list should be {-.022,.033,Infinity,-Infinity}.

m. r. schaferkotter
Sverdrup Technology, Inc.
Stennis Space Center.



==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Trig Simplifications
  • Next by Date: Solaris and CDE
  • Previous by thread: Re: Trig Simplifications
  • Next by thread: Re: ReadList Expression: (Q)