From dc633aaf59ffcee8ca2f0eca444c53eec3fd18d3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 28 Dec 2018 15:53:42 +0100 Subject: Add approximation order proof for interpolation polynomial --- commands.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'commands.tex') 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}} -- cgit v1.2.3