-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.qq
executable file
·64 lines (64 loc) · 1.82 KB
/
index.qq
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
\meta
\title Математический анализ
\subtitle Записки лекций
\author
Илья Щуров
\link
Задачи и видео
\role course
\url http://math-info.hse.ru/s21/3
\link
Исходный код
\role source
\url https://github.com/ischurov/calculus-notes
\link
Telegram-канал
\url https://t.me/calculuswithoutcats
\link
О проекте
\url http://mathbook.info/
\lang ru
\preamble
\newcommand{\ph}{\varphi}
\newcommand{\eps}{\varepsilon}
\newcommand{\padi}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\mb}{\mathbf}
\newcommand{\re}{\mathop{\mathrm{Re}}}
\newcommand{\im}{\mathop{\mathrm{Im}}}
\newcommand{\set}[1]{\\{#1\\}}
\newcommand{\largeset}[1]{\left\\{#1\right\\}}
\newcommand{\seq}[1]{\\{#1\\}}
\newcommand{\largeseq}[1]{\left\\{#1\right\\}}
\newcommand{\UB}{\mathop{\mathrm{UB}}}
\newcommand{\LB}{\mathop{\mathrm{LB}}}
\newcommand{\Arg}{\mathop{\mathrm{Arg}}}
\newcommand{\Ln}{\mathop{\mathrm{Ln}}}
\_include chapter01.qq
\_include chapter02.qq
\_include chapter03.qq
\_include chapter04.qq
\_include chapter05.qq
\_include chapter06.qq
\_include chapter07.qq
\_include chapter08.qq
\_include chapter09.qq
\_include chapter10.qq
\_include chapter11.qq
\_include chapter12.qq
\_include chapter13.qq
\_include chapter14.qq
\_include chapter15.qq
\_include chapter16.qq
\_include chapter17.qq
\_include chapter18.qq
\_include chapter19.qq
\_include chapter20.qq
\_include chapter21.qq
\_include chapter22.qq
\_include chapter23.qq
\_include chapter24.qq
\_include chapter25.qq
\_include chapter26.qq
\_include chapter27.qq
\_include chapter28.qq
\_include chapter29.qq