From 43459d9327776637555bc9c8ec13cfef8740db46 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Wed, 19 Apr 2023 23:49:11 +0200 Subject: [PATCH] Moved x and c around --- .../presentations/final/sections/theoretical_background.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/latex/presentations/final/sections/theoretical_background.tex b/latex/presentations/final/sections/theoretical_background.tex index c3b6195..df4cd46 100644 --- a/latex/presentations/final/sections/theoretical_background.tex +++ b/latex/presentations/final/sections/theoretical_background.tex @@ -157,10 +157,10 @@ \begin{minipage}[c]{\textwidth} \centering \begin{align*} - \boldsymbol{x} \in \left\{ -1, 1 \right\}^n &\rightarrow - \tilde{\boldsymbol{x}} \in \mathbb{R}^n \\ \boldsymbol{c} \in \left\{ 0, 1 \right\}^n &\rightarrow - \tilde{\boldsymbol{c}} \in \left[ 0,1 \right]^n + \tilde{\boldsymbol{c}} \in \left[ 0,1 \right]^n \\ + \boldsymbol{x} \in \left\{ -1, 1 \right\}^n &\rightarrow + \tilde{\boldsymbol{x}} \in \mathbb{R}^n \end{align*} \end{minipage} \end{minipage}%