aboutsummaryrefslogtreecommitdiff
path: root/commands.tex
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-12-28 15:53:42 +0100
committerAdrian Kummerlaender2018-12-28 15:53:42 +0100
commitdc633aaf59ffcee8ca2f0eca444c53eec3fd18d3 (patch)
tree4660136eba63012f3bbcc435a5d164bc8ec95fce /commands.tex
parent39c58944ca270855e5409c0b873c8fe9aafe388e (diff)
downloadgrid_refinement_bsc_thesis-dc633aaf59ffcee8ca2f0eca444c53eec3fd18d3.tar
grid_refinement_bsc_thesis-dc633aaf59ffcee8ca2f0eca444c53eec3fd18d3.tar.gz
grid_refinement_bsc_thesis-dc633aaf59ffcee8ca2f0eca444c53eec3fd18d3.tar.bz2
grid_refinement_bsc_thesis-dc633aaf59ffcee8ca2f0eca444c53eec3fd18d3.tar.lz
grid_refinement_bsc_thesis-dc633aaf59ffcee8ca2f0eca444c53eec3fd18d3.tar.xz
grid_refinement_bsc_thesis-dc633aaf59ffcee8ca2f0eca444c53eec3fd18d3.tar.zst
grid_refinement_bsc_thesis-dc633aaf59ffcee8ca2f0eca444c53eec3fd18d3.zip
Add approximation order proof for interpolation polynomial
Diffstat (limited to 'commands.tex')
-rw-r--r--commands.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands.tex b/commands.tex
index 5f68909..c155412 100644
--- a/commands.tex
+++ b/commands.tex
@@ -20,10 +20,14 @@
\newcommand{\resarg}[2]{\boldsymbol{r(}{#1}, {#2}\boldsymbol{)}}
\DeclareMathOperator{\ipol}{\boldsymbol{n}}
+\DeclareMathOperator{\sipol}{\overline{\boldsymbol{n}}}
\newcommand{\ipolarg}[2]{\boldsymbol{n}_{#1}\boldsymbol{(}{#2}\boldsymbol{)}}
\newcommand{\sipolarg}[1]{\overline{\boldsymbol{n}}\boldsymbol{(}{#1}\boldsymbol{)}}
+\newcommand{\sipolderivarg}[2]{\overline{\boldsymbol{n}}^{\,(#1)}\boldsymbol{(}{#2}\boldsymbol{)}}
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}}
\newcommand{\V}[2]{\ensuremath{\begin{pmatrix}#1\\#2\end{pmatrix}}}
\newenvironment{rcases}{\left.\begin{aligned}}{\end{aligned}\right\rbrace}
+
+%\AtBeginEnvironment{matrix}{\everymath{\displaystyle}}