From 7cf08f2c991e0d7ed686a9992b7e7d1b509e4a4e Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 27 Mar 2025 16:32:46 +0100 Subject: [PATCH] Add shortcut for expected value --- main/math.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/main/math.tex b/main/math.tex index 0c8c651..d2158d7 100644 --- a/main/math.tex +++ b/main/math.tex @@ -16,6 +16,7 @@ \newcommand{\C}{\mathbb{C}} \newcommand{\Q}{\mathbb{Q}} \newcommand{\Z}{\mathbb{Z}} +\newcommand{\E}{\mathbb{E}} \newcommand{\8}{\infty} \newcommand{\dx}{\mbox{d}} \newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor}