README.md

Updated README.md
This commit is contained in:
Ethan Smith-Coss 2025-05-30 23:56:40 +01:00
parent 42d950e5c8
commit fee716e10f
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -8,11 +8,11 @@ otherwise. The algorithm aims to solve the following system of linear
expressions:
$$
\mathbf{Y} &= \mathbb{KLT}\{\mathbf{X}\}, \\
C &= \frac{1}{n-1}\mathbf{X}*\mathbf{X}, \\
\mathbf{V}^{-1}\mathbf{C}\mathbf{V} &= \mathbf{D}, \\
\mathbf{Y} = \mathbb{KLT}\{\mathbf{X}\}, \\
C = \frac{1}{n-1}\mathbf{X}*\mathbf{X}, \\
\mathbf{V}^{-1}\mathbf{C}\mathbf{V} = \mathbf{D}, \\
\mathit{W} \subset \mathit{V}, \\
T &= \mathbf{B} \cdot \mathbf{W}.
T = \mathbf{B} \cdot \mathbf{W}.
$$
The initial dataset $\mathbf{X}$ is reduced in dimensionality by matrix