From 7c412050570ef229dd78cbcffbf80f23728a630d Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sat, 13 May 2023 15:42:47 +0200 Subject: Improve knowledge base --- source/know/concept/gram-schmidt-method/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/know/concept/gram-schmidt-method/index.md') diff --git a/source/know/concept/gram-schmidt-method/index.md b/source/know/concept/gram-schmidt-method/index.md index a62522e..1f5a0bd 100644 --- a/source/know/concept/gram-schmidt-method/index.md +++ b/source/know/concept/gram-schmidt-method/index.md @@ -58,8 +58,7 @@ into an orthonormal set $$\ket{n_1}, \ket{n_2}, ...$$ as follows to all previous $$\ket{n_m}$$ with $$m < k$$. This is known as the **modified Gram-Schmidt method**. -3. Normalize the resulting ortho*gonal* vector $$\ket{g_j}$$ to make it - ortho*normal*: +3. Normalize the resulting ortho*gonal* vector $$\ket{g_j}$$ to make it ortho*normal*: $$\begin{aligned} \ket{n_j} -- cgit v1.2.3