From b7e9bce2eb8034ba692320cf6c8c8c484488cd1c Mon Sep 17 00:00:00 2001 From: Ethan Smith-Coss Date: Fri, 30 May 2025 23:51:59 +0100 Subject: [PATCH] README.md Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50e7bde..bd8d0b9 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ 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}, -\mathit{W} \subset \mathit{V}, +\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}. $$