[newbie] how to address a specific element from a matrix



I entered a set of matrices without a problem, but after manipulating them 
I need to address only some elements of the matrix.
How do I get i.e. the element on the third row and the second column.

I tried things like u_32: mymatrix [3][2];

but that doesn't work

any help?

thanks in advance
hugo