[Tutor] Matrix Read-in and Inversion

Sean 'Shaleh' Perry shalehperry@home.com
Tue, 04 Sep 2001 12:49:43 -0700 (PDT)


On 04-Sep-2001 Robin B. Lake wrote:
> I have a 100 x 150 matrix which I want to invert using the Generalized
> Inverse capability of MathPy.
> 
> How might I read this dataset in from either a comma-separated file or
> an Excel spreadsheet.  I'm on a Mac G3, OS 8.6.
> 

csv's are easy, just use string.split.