How do you access the element in the 2nd column and 4th row of a matrix named M?
M[4,2] or generally matrix[rownum, colnum]
M[4,2]
matrix[rownum, colnum]