Re: revised matrix updation

2006-04-02 Thread $Bill Luebkert
amit hetawal wrote: > Hello all, > here is the updated info about the problem: > I have the file as : > > hello how r u hi all what r u doini am > fine > > Now what i have to do is to form a matrix as > > Hello fine > D1 1 1 . > > D2 0 1

revised matrix updation

2006-04-02 Thread amit hetawal
Hello all,  here is the updated info about the problem: I have the file as :   hello how r u hi all what r u doini am fine   Now what i have to do is to form a matrix as   Hello   fine   D1      1          1          .D2      0          1          ;  D3      0          0D4      1          1