Question: convert a matrix as an index

Hello,

I have a big problem and I don't know how to resolve it.

I have two matrices: A and B. I want to use B[1] as an index of A ,i.e., 

B[1] := [1, 1]; Ok

A[B[1]]; But this does'nt work. 

Thanks for your help...

Please Wait...