Learn Before
Concept
Matricies / Environments
Plain Text | |
|---|---|
\begin{matrix}a & b \\c & d\end{matrix} | |
\begin{array}{cc}a & b \\c & d\end{array} | |
\begin{pmatrix}a & b \\c & d\end{pmatrix} | |
\begin{bmatrix}a & b \\c & d\end{bmatrix} | |
\begin{vmatrix}a & b \\c & d\end{vmatrix} | |
\begin{Vmatrix}a & b \\c & d\end{Vmatrix} | |
\begin{Bmatrix}a & b \\c & d\end{Bmatrix} | |
\begin{array}{c:c:c}a & b & c \\ \hline d & e & f \\ \hdashline g & h & i\end{array} | |
\begin{aligned}a&=b+c \\d+e&=f\end{aligned} | |
\begin{alignedat}{2} 10&x+ &3&y = 2 \\3&x+&13&y = 4\end{alignedat} | |
\begin{gathered}a=b \\e=b+c\end{gathered} | |
x = \begin{cases}$a &\text{if } b \\c &\text{if } d\end{cases} |
0
1
Updated 2020-02-29
Contributors are:
Who are from:
Tags
1Cademy