MathGroup Archive 1995

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

Search the Archive

Data manipulation in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg2775] Data manipulation in Mathematica
  • From: hedden at umich.edu (Julius C Hedden)
  • Date: Sat, 16 Dec 1995 19:09:26 -0500
  • Organization: University of Michigan

I have a set of data files in a matrix format that is the output of a C 
program.  It consists of a list of 3 columns, each containing 100 items.  
I have been able to read in the data into Mathematica and organize it 
into sublists.  What I need help on is how to do some manipulations on 
that data after I have it in sublists.  First, I want to eliminate one 
column and pair the remaining two to set up a list of data points to 
graph.  Then I want to retrieve the original data, delete a different 
column and pair the remaining two for a contrasting set of data points.  
Then, I want to take the log of all the numbers in a single column and 
pair that new info with the original data from one of the other columns.  
Is there anyway for me to do this type of manipulation within Mathematica?
Any help would be appreciated greatly.
-Trey


  • Prev by Date: Oh why is life never easy? Need help with |vector|
  • Next by Date: Mathematica Training
  • Previous by thread: Data manipulation in Mathematica
  • Next by thread: Re: Data manipulation in Mathematica