第六周。

This commit is contained in:
unlockable
2023-04-02 23:31:12 +08:00
parent 5bceea2b47
commit 9b06a95128
3 changed files with 263 additions and 13 deletions

View File

@@ -56,11 +56,12 @@
\newcommand{\bderiv}[1]{{#1}^{\prime \prime}}
\newcommand{\dsum}{\displaystyle\sum}
\newcommand{\bvec}[1]{\boldsymbol{#1}}
\newcommand{\brak}[1]{\left\langle #1 \right\rangle}
\newcommand{\interior}[1]{{#1}^\circ}
\newcommand{\compleset}[1]{{#1}^\mathrm{c}}
\newcommand{\brak}[1]{\left\langle {#1} \right\rangle}
\newcommand{\interior}{^{\circ}}
\newcommand{\compleset}{^{\mathrm{c}}}
\newcommand{\closure}[1]{\overline{#1}}
\newcommand{\ndreal}{\realnum^n}
\newcommand{\ndreal}{\ensuremath{\realnum^n}}
\newcommand{\boldf}{\ensuremath{\bvec{f}}}
\DeclareMathOperator{\sgn}{sgn}
@@ -69,7 +70,8 @@
\date{}
% linespread{1.5}
% \includeonly{13多变量函数的连续性.tex}
% \includeonly{14多变量函数的微分学.tex}
% \includeonly{09常微分方程.tex}
\begin{document}
\maketitle
@@ -93,4 +95,5 @@
\include{11函数列与函数项级数.tex}
\include{12Fourier分析.tex}
\include{13多变量函数的连续性.tex}
\include{14多变量函数的微分学.tex}
\end{document}