From 14b5a3c072ceeac5e797d7f87d0f74535c1908a4 Mon Sep 17 00:00:00 2001 From: ShAshank Ghosh <103781989+iLUVE69@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:34:22 +0530 Subject: [PATCH] Update 2022_02_14_GraphLaplacian.ipynb the statement written is wrong, it should be "What if the graph is not disconnected?" - it gives sparsest cut --- CS328-Notes/notebooks/2022_02_14_GraphLaplacian.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CS328-Notes/notebooks/2022_02_14_GraphLaplacian.ipynb b/CS328-Notes/notebooks/2022_02_14_GraphLaplacian.ipynb index 90f1f65..96470fa 100644 --- a/CS328-Notes/notebooks/2022_02_14_GraphLaplacian.ipynb +++ b/CS328-Notes/notebooks/2022_02_14_GraphLaplacian.ipynb @@ -153,7 +153,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "#### What if the graph is disconnected?\n", + "#### What if the graph is not disconnected?\n", "\n", "$ \\hspace{7mm} \\lambda_2(L) $ will still give a \"measure of how much, $ G $ resembles a 2 disconnected components, i.e., sparsest cut\"." ]