如何用MathJax畫一個增廣矩陣?

2021-05-31 04:58:40 | Web Design | 1k+ Reads

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