Re: [R] about matrices merge and retrieve algorithm.

2011-01-22 Thread Petr Savicky
On Sat, Jan 22, 2011 at 12:13:35PM +0530, pratik wankhade wrote: > I have a problem as follows: > > 1. If we have 3 matrices A,B,C and we merge them in a single matrix ABC by > any method like addition , subtraction division,multiplication,etc > 2. and then we want to retrieve original 3 matrice

[R] about matrices merge and retrieve algorithm.

2011-01-21 Thread pratik wankhade
I have a problem as follows: 1. If we have 3 matrices A,B,C and we merge them in a single matrix ABC by any method like addition , subtraction division,multiplication,etc 2. and then we want to retrieve original 3 matrices A,B,C from single ABC matrix What will be the algorithm? [[alter