-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
282 lines (282 loc) · 10.1 KB
/
index.html
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html>
<!-- Academia (pandoc HTML5 template)
designer: soimort
last updated: 2016-05-07 -->
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="author" content="Mort Yao">
<meta name="dcterms.date" content="2017-03-31">
<title>Mort’s small traces</title>
<link rel="canonical" href="https://wiki.soimort.org/">
<style type="text/css">code { white-space: pre; }</style>
<link rel="stylesheet" href="//cdn.soimort.org/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="//cdn.soimort.org/mathsvg/latest/mathsvg.min.css">
<link rel="stylesheet" href="//cdn.soimort.org/fonts/latest/Latin-Modern-Roman.css">
<link rel="stylesheet" href="//cdn.soimort.org/fonts/latest/Latin-Modern-Mono.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/__/css/style.css">
<link rel="stylesheet" href="/__/css/pygments.css">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<script src="//cdn.soimort.org/jk/20160504/jk.min.js"></script>
<script src="//cdn.soimort.org/mathsvg/latest/mathsvg.min.js"></script>
<script src="/__/js/jk-minibar.js"></script>
<link rel="icon" href="/favicon.png">
<link rel="apple-touch-icon" href="/favicon.png">
</head>
<body>
<main><article>
<header>
<h1 class="title">Mort’s small traces</h1>
<address class="author">Mort Yao</address>
<!-- h3 class="date">2017-03-31</h3 -->
</header>
<nav id="TOC">
<ul>
<li><a href="#mathematics"><span class="toc-section-number">1</span> Mathematics</a></li>
<li><a href="#applied-mathematics"><span class="toc-section-number">2</span> Applied Mathematics</a></li>
<li><a href="#physics-and-life-sciences"><span class="toc-section-number">3</span> Physics and Life Sciences</a></li>
<li><a href="#software-technology"><span class="toc-section-number">4</span> Software Technology</a></li>
</ul>
</nav>
<div id="content">
<figure>
<img src="https://i0.wp.com/dl.dropboxusercontent.com/s/1tzl7x5iduxgr9m/perky-lambda_96.png" alt=" A lifelong project to do my study notes on Math / Computer Science systematically and spirally. It is still woefully incomplete, but it shouldn’t always be. I keep learning things. " /><figcaption><small> A lifelong project to do my study notes on Math / Computer Science systematically and spirally.<br />
It is still woefully incomplete, but it shouldn’t always be. I keep learning things. </small></figcaption>
</figure>
<hr />
<div style="text-align:center;font-style:italic">
<p>“Tiger got to hunt, bird got to fly; <br> Man got to sit and wonder ‘why, why, why?’ <br> Tiger got to sleep, bird got to land; <br> Man got to tell himself he understand.” <br> — Kurt Vonnegut</p>
</div>
<ul>
<li><p><a href="/rosetta/">Common mathematical notation</a></p></li>
<li><a href="/philosophy/">Philosophy</a>
<ul>
<li><a href="/philosophy/logic/">Logic</a></li>
<li><a href="/philosophy/epistemology/">Epistemology</a></li>
</ul></li>
</ul>
<section id="mathematics" class="level1">
<h1><span class="header-section-number">1</span> Mathematics</h1>
<ul>
<li><a href="/math/set/">Naive set theory</a></li>
<li><strong><a href="/math/logic/">Mathematical logic</a></strong></li>
<li>Linear algebra
<ul>
<li>Matrix theory</li>
</ul></li>
<li>Abstract algebra
<ul>
<li>Group theory</li>
<li>Representation theory</li>
<li>Category theory and homological algebra</li>
</ul></li>
<li>Topology and geometry
<ul>
<li>General topology (point-set topology)</li>
<li>Geometric topology</li>
<li>Algebraic topology and geometry</li>
<li>Differential topology and geometry</li>
<li>Lie group</li>
</ul></li>
<li>Calculus
<ul>
<li><a href="/math/calculus/limit/">Limit</a> and continuity</li>
<li>Differentiation</li>
<li>Integration</li>
<li>Series</li>
<li>Special functions</li>
<li>Vector calculus and tensor calculus</li>
<li>Calculus of variations</li>
</ul></li>
<li>Analysis
<ul>
<li>Measure theory</li>
<li>Complex analysis</li>
<li>Real analysis</li>
<li>Functional analysis</li>
<li>Harmonic analysis</li>
</ul></li>
<li>Differential equations and dynamical systems theory
<ul>
<li><a href="/math/dynamical-systems/ergodic/">Ergodic theory</a></li>
<li>Control theory</li>
<li>Chaos and fractals</li>
</ul></li>
<li>Number theory
<ul>
<li>Algebraic number theory</li>
<li>Analytic number theory</li>
</ul></li>
<li>Combinatorics
<ul>
<li>Arithmetic combinatorics</li>
<li>Graph theory and knot theory</li>
<li>Algebraic graph theory</li>
</ul></li>
</ul>
</section>
<section id="applied-mathematics" class="level1">
<h1><span class="header-section-number">2</span> Applied Mathematics</h1>
<ul>
<li><a href="/math/probability/">Probability theory</a> and <a href="/math/statistics/">statistics</a>
<ul>
<li>Stochastic process and martingale</li>
<li>Advanced probability theory</li>
</ul></li>
<li><a href="/info/">Information theory</a>
<ul>
<li>Coding theory</li>
<li>Algorithmic information theory</li>
<li>Quantum information theory</li>
</ul></li>
<li><strong><a href="/comp/">Theory of Computation</a></strong>
<ul>
<li>Formal languages and automata theory</li>
<li>Computability theory</li>
<li>Complexity theory</li>
</ul></li>
<li><strong><a href="/algo/">Algorithms</a></strong>
<ul>
<li>Data structures</li>
<li>Sorting</li>
<li>Searching</li>
<li><a href="/algo/randomization/">Randomization</a></li>
<li><a href="/algo/approximation/">Approximation</a></li>
<li>Numerical analysis</li>
<li>Computational number theory</li>
<li><a href="/algo/computational-geometry/">Computational geometry</a></li>
<li>Computer graphics and visualization</li>
</ul></li>
<li><strong><a href="/crypto/">Cryptography</a></strong>
<ul>
<li>Information-theoretic security</li>
<li>Private-key cryptography</li>
<li>Public-key cryptography</li>
<li>Quantum cryptography</li>
</ul></li>
<li>Game theory and operations research
<ul>
<li>Linear programming and mathematical optimization</li>
<li>Evolutionary computation</li>
<li>Algorithmic game theory</li>
<li>Finance and financial markets</li>
</ul></li>
<li><strong><a href="/ml/">Machine learning</a></strong>
<ul>
<li>Neural networks and deep learning</li>
</ul></li>
<li><strong><a href="/cv/">Computer vision and image processing</a></strong></li>
<li>Natural language processing</li>
<li><strong><a href="/plt/">Programming language theory</a></strong>
<ul>
<li><a href="/plt/semantics/">Formal semantics</a></li>
<li><a href="/plt/types/">Type theory</a></li>
<li><a href="/plt/pat/">Program analysis and transformation</a></li>
</ul></li>
</ul>
</section>
<section id="physics-and-life-sciences" class="level1">
<h1><span class="header-section-number">3</span> Physics and Life Sciences</h1>
<ul>
<li>Statistical mechanics</li>
<li>Classical mechanics, electromagnetism and field theory</li>
<li>Quantum mechanics and quantum field theory</li>
<li>Electronics and signal processing
<ul>
<li>Formal verification and temporal logic</li>
</ul></li>
<li>Genetics, genomics and bioinformatics</li>
<li>Structural biology (biochemistry, biophysics and molecular biology)</li>
<li>Computational systems biology</li>
</ul>
</section>
<section id="software-technology" class="level1">
<h1><span class="header-section-number">4</span> Software Technology</h1>
<ul>
<li>Computer systems and architectures</li>
<li>Operating systems
<ul>
<li><a href="/unix/">Unix from user space</a></li>
<li>System programming</li>
<li>Linux kernel</li>
</ul></li>
<li>TCP/IP
<ul>
<li>Internet protocol suite</li>
<li>Socket programming</li>
</ul></li>
<li>Web and databases
<ul>
<li>Relational database and normalization</li>
<li>NoSQL</li>
<li>Knowledge representation and Semantic Web</li>
</ul></li>
<li>Programming paradigms
<ul>
<li>Logic programming</li>
<li>Functional programming</li>
<li>Imperative programming</li>
<li>Dataflow programming and concurrent programming</li>
<li>Object-oriented programming</li>
</ul></li>
<li>Compilers</li>
<li><strong>Information security</strong>
<ul>
<li>Proof-carrying code</li>
<li>Cryptocurrencies and blockchains</li>
</ul></li>
</ul>
<hr />
<ul>
<li><a href="/todo/">Reading list</a></li>
</ul>
<figure>
<img src="https://i0.wp.com/dl.dropboxusercontent.com/s/2f9kuczvqrcaagg/cc0.png" alt=" All content on this wiki, unless otherwise noted, is dedicated to the public domain. " width="42" /><figcaption><small> All content on this wiki, unless otherwise noted, is dedicated to the <a href="https://raw.githubusercontent.com/soimort/wiki/gh-pages/LICENSE">public domain</a>. </small></figcaption>
</figure>
</section>
</div>
<footer>
<!-- TO BE MODIFIED BY NEED -->
<a title="Keyboard shortcut: q"
href="..">
<i class="fa fa-angle-double-left" aria-hidden="true"></i>
<code>Parent</code>
</a> |
<a class="raw" accesskey="r"
title="Keyboard shortcut: R"
href="https://wiki.soimort.org//src.md">
<i class="fa fa-code" aria-hidden="true"></i>
<code>Raw</code>
</a> |
<a class="history" accesskey="h"
title="Keyboard shortcut: H"
href="https://github.com/soimort/wiki/commits/gh-pages//src.md">
<i class="fa fa-history" aria-hidden="true"></i>
<code>History</code>
</a> |
<a class="edit" accesskey="e"
title="Keyboard shortcut: E"
href="https://github.com/soimort/wiki/edit/gh-pages//src.md">
<i class="fa fa-code-fork" aria-hidden="true"></i>
<code>Edit</code>
</a> |
<a title="Keyboard shortcut: p"
href="javascript:window.print();">
<i class="fa fa-print" aria-hidden="true"></i>
<code>Print</code>
</a> |
<a title="Keyboard shortcut: ."
href="https://wiki.soimort.org/">
<i class="fa fa-anchor" aria-hidden="true"></i>
<code>Permalink</code>
</a> |
Last updated: <span id="update-time">2017-03-31</span>
</footer>
</article></main>
</body>
</html>