Created
April 3, 2020 20:58
-
-
Save ahmedazizkhelifi/8baa96d19ef6a92521b52a0d23704cfb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Plain: | |
| \begin{matrix} | |
| 1 & 2 & 3\\ | |
| a & b & c | |
| \end{matrix} | |
| Round brackets: | |
| \begin{pmatrix} | |
| 1 & 2 & 3\\ | |
| a & b & c | |
| \end{pmatrix} | |
| Curly brackets: | |
| \begin{Bmatrix} | |
| 1 & 2 & 3\\ | |
| a & b & c | |
| \end{Bmatrix} | |
| Pipes: | |
| \begin{vmatrix} | |
| 1 & 2 & 3\\ | |
| a & b & c | |
| \end{vmatrix} | |
| Double pipes | |
| \begin{Vmatrix} | |
| 1 & 2 & 3\\ | |
| a & b & c | |
| \end{Vmatrix} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment