-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreading.html
More file actions
57 lines (57 loc) · 1.91 KB
/
reading.html
File metadata and controls
57 lines (57 loc) · 1.91 KB
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" }},
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
},
"HTML-CSS": { matchFontHeight: false },
displayAlign: "left",
displayIndent: "2em"
});
</script>
<title>
ShPhoNe's web site
</title>
</head>
<body>
<h1>
読書リスト
</h1>
<li>
『解析入門1』,杉浦光夫
</li>
<p>
微積分を勉強したいと思い購入.初めて読む専門書にしては難しいが,非常に面白い.
</p>
<li>
『統計学入門』,東京大学教養学部統計学教室
</li>
<p>
授業で買わされた.厳密過ぎずアバウト過ぎずで読みやすい.統計に一切触れたことない私でも楽しめる.
</p>
<li>
『代数学1 群論入門』,雪江明彦
</li>
<p>
結構有名だったので購入.例がとても多い印象.
</p>
<li>
『Z世代 若者はなぜインスタ・TikTokにハマるのか?』,原田曜平
</li>
<p>
若者について学びたいと思い購入.これを読めば私もTikTokの面白さに気づける…?
</p>
<p>
<a href="finished.html">読了</a>はこちら.
</p>
<hr>
<a href="index.html">戻る</a>
</body>
</html>