forked from nadvornix/calculus-made-easy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prologue.html
55 lines (46 loc) · 1.75 KB
/
prologue.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
<!DOCTYPE html>
<meta charset="utf-8">
<title>Prologue | Calculus Made Easy</title>
<link rel="stylesheet" href="screen.css">
<style>
body{counter-reset:h1 0}
</style>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<h1><br>Prologue</h1>
<p class="a rotatedFloralHeartBullet">
<p>Considering how many fools can calculate, it is
surprising that it should be thought either a difficult
or a tedious task for any other fool to learn how to
master the same tricks.
<p>Some calculus-tricks are quite easy. Some are
enormously difficult. The fools who write the textbooks
of advanced mathematics — and they are mostly
clever fools — seldom take the trouble to show you how
easy the easy calculations are. On the contrary, they
seem to desire to impress you with their tremendous
cleverness by going about it in the most difficult way.
<p>Being myself a remarkably stupid fellow, I have
had to unteach myself the difficulties, and now beg
to present to my fellow fools the parts that are not
hard. Master these thoroughly, and the rest will
follow. What one fool can do, another can.
<br>
<hr>
<a href="1.html">Next →</a><br>
<a href="/">Main Page ↑</a><br>
<script src="j/jquery.js"></script>
<script src="j/modernizr.js"></script>
<script src="j/dih5.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101178221-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-101178221-1');
</script>