I would need your advices to write a pretty matrix with latex. In order to explain the meaning of the rows and columns, the matrix should be surrounded by two arrows, one on the left side pointing to the bottom and one on the upper side pointing on the right. With each arrows labeled by a name.
I tried several things such as:
Code: Select all
\[
M_{reg} = \bordermatrix{~ & 0 & 1 & 2 & 3 & 4 & \cr
0 & 0 & 0 & 0 & 1 & 1 \cr
1 & 0 & 0 & 1 & 1 & 1 \cr
2 & 0 & 0 & 1 & 1 & 0 \cr
3 & 0 & 0 & 1 & 1 & 0 \cr
4 \downarrow{Ca^{2+}} & 0 & 0 & 0 & 0 & 0 \cr
%Ca^{2+}
}^{\xrightarrow{DAG}}
\]
Do you have any ideas, or pointers to draw that matrix correctly ?
Best regards,
Antobiotic.