From 0d498e624adc41d175141a040afdc0c07c9b3891 Mon Sep 17 00:00:00 2001 From: Steve Schmerler <git@elcorto.com> Date: Thu, 15 May 2025 15:57:59 +0200 Subject: [PATCH] Add TeX newcommands to 02_two_dim --- BLcourse2.3/02_two_dim.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BLcourse2.3/02_two_dim.py b/BLcourse2.3/02_two_dim.py index 01bda27..c0c3361 100644 --- a/BLcourse2.3/02_two_dim.py +++ b/BLcourse2.3/02_two_dim.py @@ -14,6 +14,15 @@ # --- # In this notebook, we use a GP to fit a 2D data set. +# $\newcommand{\ve}[1]{\mathit{\boldsymbol{#1}}}$ +# $\newcommand{\ma}[1]{\mathbf{#1}}$ +# $\newcommand{\pred}[1]{\rm{#1}}$ +# $\newcommand{\predve}[1]{\mathbf{#1}}$ +# $\newcommand{\test}[1]{#1_*}$ +# $\newcommand{\testtest}[1]{#1_{**}}$ +# $\DeclareMathOperator{\diag}{diag}$ +# $\DeclareMathOperator{\cov}{cov}$ +# # + # ##%matplotlib notebook -- GitLab