Latex 输出大括号矩阵前面如何加上标注

2019-09-27 14:18发布

#### 如图所示,如何在矩阵前面加上N,IA, IP, SA标注 ![](https://wenda.latexstudio.net/data/attach/190927/igBox8Bg.png)...

#### 如图所示,如何在矩阵前面加上“N,IA, IP, SA”标注 ![](https://wenda.latexstudio.net/data/attach/190927/igBox8Bg.png)
4条回答
```tex \documentclass{article} \usepackage{mathtools} \begin{document} \[ \bordermatrix{ & N & IA & IP & SA \cr N & 0 & 1 & 0 & 0 \cr IA & \tilde{p}_a & 0 & p_a & 0 \cr IP & 0 & \tilde{p}_s & 0 & p_s \cr SA & p_r & 0 & \tilde{p}_r & 0 \cr } \] \end{document} ``` 其他内容参考 [latexstudio 的新浪博客](http://blog.sina.com.cn/s/blog_5e16f1770102dqp2.html)

一周热门 更多>