Skip to content

Commit

Permalink
removed the matrix latex error
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimhamane committed Apr 26, 2024
1 parent 2c6ffce commit 5cba956
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,16 @@ The first column represents the degree $n$, the second column represents the ord
This is a variation of the clm-format for compact notation with just 3 or 4 columns. The coefficients are sorted first w.r.t. degree and then the order, particularly the sine-coefficients are arranged starting first with negative orders. The following matrix represents the klm-format:

\begin{bmatrix}
0 & 0 & $\overline{C}_{0, 0}$ & $\sigma_{\overline{C}_{0, 0}}$ \\
0 & 0 & $\overline{C}_{0, 0}$ & $\sigma_{\overline{C}_{0, 0}}$ \\
0 & 0 & $\overline{C}_{0, 0}$ & $\sigma_{\overline{C}_{0, 0}}$ \\
0 & 0 & $\overline{C}_{0, 0}$ & $\sigma_{\overline{C}_{0, 0}}$ \\
0 & 0 & $\overline{C}_{0, 0}$ & $\sigma_{\overline{C}_{0, 0}}$ \\
0 & 0 & $\overline{C}_{0, 0}$ & $\sigma_{\overline{C}_{0, 0}}$ \\
0 & 0 & \overline{C}_{0, 0} & $\sigma_{\overline{C}_{0, 0}}$ \\
0 & 0 & $\overline{C}_{0, 0}$ & $\sigma_{\overline{C}_{0, 0}}$ \\
0 & 0 & $\overline{C}_{0, 0}$ & $\sigma_{\overline{C}_{0, 0}}$ \\
\vdots & & & \vdots \\ $N_{max}$ & $N_{max}$ & $\overline{C}_{N_{max}, N_{max}}$ & $\sigma_{\overline{C}_{N_max}, N_{max}}$ \\
0 & 0 & \overline{C}_{0, 0} & \sigma_{\overline{C}_{0, 0}} \\
0 & 0 & \overline{C}_{0, 0} & \sigma_{\overline{C}_{0, 0}} \\
0 & 0 & \overline{C}_{0, 0} & \sigma_{\overline{C}_{0, 0}} \\
0 & 0 & \overline{C}_{0, 0} & \sigma_{\overline{C}_{0, 0}} \\
0 & 0 & \overline{C}_{0, 0} & \sigma_{\overline{C}_{0, 0}} \\
0 & 0 & \overline{C}_{0, 0} & \sigma_{\overline{C}_{0, 0}} \\
0 & 0 & \overline{C}_{0, 0} & \sigma_{\overline{C}_{0, 0}} \\
0 & 0 & \overline{C}_{0, 0} & \sigma_{\overline{C}_{0, 0}} \\
0 & 0 & \overline{C}_{0, 0} & \sigma_{\overline{C}_{0, 0}} \\
\vdots & & & \vdots \\ N_{max} & N_{max} & \overline{C}_{N_{max}, N_{max}} & \sigma_{\overline{C}_{N_max}, N_{max}} \\
\end{bmatrix}


Expand Down

0 comments on commit 5cba956

Please sign in to comment.