arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit b7d967928bdb0edcc37ce77c4a6f16f8e9a63411
parent dc6e49e4a7c6b74b93c7e45b2c8a1004421758c6
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Fri, 16 Feb 2018 11:27:30 +0300

Fix a typo in ACF matrix.

Diffstat:
arma-thesis-ru.org | 2+-
arma-thesis.org | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arma-thesis-ru.org b/arma-thesis-ru.org @@ -460,7 +460,7 @@ Motion Programme (LAMP), программе для моделирования к \left[ \begin{array}{llll} \gamma_{i,j,0} & \gamma_{i,j,1} & \cdots & \gamma_{i,j,N_3} \\ - \gamma_{i,j,1} & \gamma_{i,j,0} & \ddots &x \vdotswithin{\gamma_{i,j,0}} \\ + \gamma_{i,j,1} & \gamma_{i,j,0} & \ddots & \vdotswithin{\gamma_{i,j,0}} \\ \vdotswithin{\gamma_{i,j,0}} & \ddots & \ddots & \gamma_{i,j,1} \\ \gamma_{i,j,N_3} & \cdots & \gamma_{i,j,1} & \gamma_{i,j,0} \end{array} diff --git a/arma-thesis.org b/arma-thesis.org @@ -434,7 +434,7 @@ where \(\vec N = \left( p_1, p_2, p_3 \right)\) and \left[ \begin{array}{llll} \gamma_{i,j,0} & \gamma_{i,j,1} & \cdots & \gamma_{i,j,N_3} \\ - \gamma_{i,j,1} & \gamma_{i,j,0} & \ddots &x \vdotswithin{\gamma_{i,j,0}} \\ + \gamma_{i,j,1} & \gamma_{i,j,0} & \ddots & \vdotswithin{\gamma_{i,j,0}} \\ \vdotswithin{\gamma_{i,j,0}} & \ddots & \ddots & \gamma_{i,j,1} \\ \gamma_{i,j,N_3} & \cdots & \gamma_{i,j,1} & \gamma_{i,j,0} \end{array}