File: moore_determinant.tex

package info (click to toggle)
haskell-texmath 0.6.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 680 kB
  • sloc: haskell: 1,387; 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}