[R] A matrix automation problem
megh
megh700004 at yahoo.com
Wed Oct 22 11:21:50 CEST 2008
[I am really sorry if it is double posted, I doubt me previous post could not
reach forum due to some problem with net]
Suppose I have a matrix :
a = matrix(1:9, 3)
>From this matrix, I construct 9 additional matrices :
i = 1:9
bi = a * i
Now combining all those 9 new matrices, I construct a final metrix as :
c =
b1 b4 b7
b2 b5 b8
b3 b6 b8
I want to automate this procedure for any arbitrary number "i"
Can anyone please help me how to do that?
Rgd,
--
View this message in context: http://www.nabble.com/A-matrix-automation-problem-tp20106932p20106932.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list