如何用MathJax畫一個增廣矩陣?
Copyright Notice: This article is an original work licensed under the CC 4.0 BY-NC-ND license. If you wish to repost this article, please include the original source link and this copyright notice.
Source link: https://v2know.com/article/790
How to make an augmented matrix?
Code:
$$
\left [
\begin {array} {cc|c}
1&2&3\\
4&5&6
\end {array}
\right ]
$$
Result:
$$
\left [
\begin {array} {cc|c}
1&2&3\\
4&5&6
\end {array}
\right ]
$$
This article was last edited at 2021-05-31 05:01:12