I want to put a matrix in my LaTeX document, but I want to label each row and each column AND put brackets around the contents of the matrix. Something like this:
Code: Select all
col1 col2
row1 / a b \
row2 \ c d /
I tried making a 3x3 matrix but I cannot see how I would get the brackets spanning multiple rows of the matrix. Is there any way to go about this?