File: 19.tex

package info (click to toggle)
haskell-texmath 0.6.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 780 kB
  • ctags: 2
  • sloc: haskell: 1,726; sh: 32; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\begin{bmatrix} 
   \dfrac{\partial x_1}{\partial y_1} & \dfrac{\partial x_2}{\partial y_1} 
\\ ~
\\ \dfrac{\partial x_1}{\partial y_2} & \dfrac{\partial x_2}{\partial y_2}  
\end{bmatrix}

\begin{pmatrix} 
   1 & 2 \\
   3 & 4
\end{pmatrix}

\begin{Bmatrix} 
   1 & 2 \\
   3 & 4
\end{Bmatrix}

\begin{vmatrix} 
   1 & 2 \\
   3 & 4
\end{vmatrix}

\begin{Vmatrix} 
   1 & 2 \\
   3 & 4
\end{Vmatrix}