From ae243c13466d7d2424913d1bf20d69e30af98639 Mon Sep 17 00:00:00 2001 From: Luca Domeniconi <34924739+liuktc@users.noreply.github.com> Date: Sun, 13 Jul 2025 11:25:48 +0200 Subject: [PATCH] Update _graphs.tex --- .../distributed-autonomous-systems/sections/_graphs.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/year2/distributed-autonomous-systems/sections/_graphs.tex b/src/year2/distributed-autonomous-systems/sections/_graphs.tex index d400c1f..3484adb 100644 --- a/src/year2/distributed-autonomous-systems/sections/_graphs.tex +++ b/src/year2/distributed-autonomous-systems/sections/_graphs.tex @@ -115,9 +115,9 @@ \begin{remark} It holds that: \[ - \matr{D}^\text{IN} = \text{diag}(\matr{A}^T \vec{1}) + \matr{D}^\text{OUT} = \text{diag}(\matr{A}^T \vec{1}) \quad - \matr{D}^\text{OUT} = \text{diag}(\matr{A} \vec{1}) + \matr{D}^\text{IN} = \text{diag}(\matr{A} \vec{1}) \] where $\vec{1}$ is a vector of ones. \end{remark} @@ -148,4 +148,4 @@ \begin{remark} $\matr{L}^\text{IN}$ is the out-degree Laplacian of the reverse graph. \end{remark} -\end{description} \ No newline at end of file +\end{description}