File: moore_determinant.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 (7 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
   M =
   \begin{bmatrix}
     \alpha_1 & \alpha_1^q & \cdots & \alpha_1^{q^{n - 1}} \\
     \alpha_2 & \alpha_2^q & \cdots & \alpha_2^{q^{n - 1}} \\
     \vdots   & \vdots     & \ddots & \vdots             \\
     \alpha_m & \alpha_m^q & \cdots & \alpha_m^{q^{n - 1}}
   \end{bmatrix}