diff --git a/index.md b/index.md
index 60b23c4..7504059 100644
--- a/index.md
+++ b/index.md
@@ -65,12 +65,5 @@ Each lengthscale is inversely proportional to the s
- Use PCA to get the eigenvalues and eigenvectors of the training data: \\(\\{ {\color{red}\mathbf{u}\_d},{\color[RGB]{68,114,196}\lambda\_d}\\}\_{d=1}^D\\)
-
- Define the base kernel:
-
-
-
-- \\( {\color{red}U} = \begin{bmatrix} {\color{red}\mathbf{u}\_1} & {\color{red}\mathbf{u}\_2} \cdots {\color{red}\mathbf{u}\_D} \end{bmatrix} \\) is a matrix containing the eigenvectors as columns.
-
- \\( {\color[RGB]{68,114,196}\boldsymbol{\Sigma}^{-1}\_{\alpha}} = (1-\alpha)\mathbf{I} + \alpha {\color[RGB]{68,114,196}\boldsymbol{\Lambda} } \\) where \\( \color[RGB]{68,114,196}\boldsymbol{\Lambda} \\) is a diagonal matrix containing the eigenvalues
-
\ No newline at end of file