From fd821ee6cc01431bd59bf44702fe842bcda7c3c6 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Tue, 10 Apr 2018 16:48:01 +0200 Subject: [PATCH] Stern --- macros.tex | 1 + symbols.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/macros.tex b/macros.tex index ddef17b..ad055ab 100644 --- a/macros.tex +++ b/macros.tex @@ -62,6 +62,7 @@ \newcommand{\bigO}{\ensuremath{\mathcal{O}}} \newcommand{\softO}{\ensuremath{\tilde{\mathcal{O}}}} \newcommand{\Span}{\ensuremath{\mathrm{span}}\xspace} +\newcommand{\U}{\ensuremath{\mathcal U}} % Sets %% Usual sets diff --git a/symbols.tex b/symbols.tex index a97de60..f283c5f 100644 --- a/symbols.tex +++ b/symbols.tex @@ -11,6 +11,7 @@ $\mathbf b$ & bold lowercase letters represent column vectors\\ $\widetilde{\mathbf A}$ & Gram-Schmidt orthogonalization of matrix $\mathbf A$\\ $\mathbf{A}^T_{}, \mathbf{u}^T_{}$ & the transpose of a matrix or a vector respectively\\ + $\U(S)$ & If $S$ is a finite set, $\U(S)$ denotes the uniform distribution over $S$ \\ [1ex] \multicolumn{2}{l}{\scbf{Usual sets}} \\ $\QQ$ & the set of rational numbers \\ $\RR$ & the set of real numbers \\