README.md

Updated README.md
This commit is contained in:
Ethan Smith-Coss 2025-05-30 23:51:59 +01:00
parent 7a1d02f757
commit b7e9bce2eb
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -8,10 +8,10 @@ otherwise. The algorithm aims to solve the following system of linear
expressions: expressions:
$$ $$
\mathbf{Y} = \mathbb{KLT}\{\mathbf{X}\}, \mathbf{Y} = \mathbb{KLT}\{\mathbf{X}\}, \\
C = \frac{1}{n-1}\mathbf{X}*\mathbf{X}, C = \frac{1}{n-1}\mathbf{X}*\mathbf{X}, \\
\mathbf{V}^{-1}\mathbf{C}\mathbf{V} = \mathbf{D}, \mathbf{V}^{-1}\mathbf{C}\mathbf{V} = \mathbf{D}, \\
\mathit{W} \subset \mathit{V}, \mathit{W} \subset \mathit{V}, \\
T = \mathbf{B} \cdot \mathbf{W}. T = \mathbf{B} \cdot \mathbf{W}.
$$ $$