-
Notifications
You must be signed in to change notification settings - Fork 33
/
index.html
435 lines (337 loc) · 18.4 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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!DOCTYPE html>
<html lang="en">
<head>
<title> Complex Analysis
</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Main info: Dublin core -->
<meta name="DC.Title" content="Complex Analysis">
<meta name="DC.Creator" content="Juan Carlos Ponce Campuzano">
<meta name="DC.Date" content="26-01-2019">
<meta name="DC.Identifier" content="ISBN-13: 978-0-6485736-0-9">
<meta name="DC.Type" content="Interactive Resource">
<meta name="DC.Format" content="HTML">
<meta name="DC.Language" content="en-US">
<meta name="DC.Rights" content="https://creativecommons.org/licenses/by-nc-sa/4.0/">
<!-- social media cards -->
<meta property="og:title" content="Complex Analysis">
<meta property="og:description" content="An online interactive introduction to the study of complex analysis.">
<meta property="og:url" content="https://complex-analysis.com/">
<meta property="og:image" content="https://complex-analysis.com/images/complex_analysis_card.jpg">
<meta property="og:site_name" content="Complex Analysis">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta name="twitter:card" content="An online interactive introduction to the study of complex analysis.">
<meta name="twitter:title" content="Complex Analysis">
<meta name="twitter:description" content="An online interactive introduction to the study of complex analysis.">
<meta name="twitter:site" content="@jcponcemath">
<meta name="twitter:image" content="https://complex-analysis.com/images/complex_analysis_card.jpg">
<meta name="twitter:creator" content="@jcponcemath">
<link rel="icon" type="image/png" href="images/infinity32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/infinity16.png" sizes="16x16">
<link rel="stylesheet" href="content/css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HVPF4FLZCB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-HVPF4FLZCB');
</script>
</head>
<body data-type="book" id="top">
<div class="myLoader" id="loader">
<div class="dots">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
<div class="loadingMessage">Loading...</div>
</div>
<!-- Main DIV Starts here -->
<div class="container">
<section data-type="chapter" id="index">
<!-- Starts main content -->
<header>
<div>
<div class="hide-small hide-medium">
<br>
<iframe frameborder="0" width="800px" height="400px" scrolling="no" src="applets/p5js/joukowsky/intro.html" style="border: 1px solid black; overflow: hidden;">
</iframe>
</div>
<div class="hide-large ">
<br><br>
<img width="100%" src="images/intro.jpg">
</div>
<div class="">
<h1><b>Complex Analysis</b>
</h1>
<h1 style="margin-top: -40px;">
<span style="font-size: 0.5em;">A Visual and Interactive Introduction</span>
</h1>
<p class="hide-small author" style="margin-top: -30px;">Juan Carlos Ponce Campuzano <br>
2019 -
<script>document.write(new Date().getFullYear());</script>
<br>
<span class="dark-mode-button" id="dark-mode-toggle">
<i class="fa-solid fa-moon"></i>
</span>
</p>
<p class="hide-large hide-medium author" style="font-size:16px">Juan Carlos <br> Ponce Campuzano
<br>
2019 -
<script>document.write(new Date().getFullYear());</script>
<br>
<span class="dark-mode-button" id="dark-mode-toggle">
<i class="fa-solid fa-moon"></i>
</span>
</p>
<br>
</div>
</div>
</header>
<hr>
<main>
<article>
<div class="language-link">
<a href="es.html">- Español</a>, <a href="it.html">Italiano -</a>
</div>
<p>The study of complex analysis is important for students in engineering and the
physical sciences and is a central subject in mathematics. In addition to being
mathematically elegant, complex analysis provides powerful tools for solving
problems that are either very difficult or virtually impossible to solve in any
other way.</p>
<p>In this book you will find examples, problems and applets that allow you to explore complex analysis by
using
the visual interactive power of the computer (or tablet).</p>
<p class="callout" style="text-align:left"><strong>UPDATES!</strong>
There is a new design in celebration to the 5th anniversary of this site.
I have also updated many of the JavaScript applets for better performance.
Don't forget to join me in
<a href="https://www.patreon.com/posts/celebrating-5-of-99495115?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link" target="_blank">Patreon</a>
to get your complex functions gallery.
<br>
A few of sections were added and updated:
<a href="content/cauchy_goursat_theorem.html">Cauchy-Goursat Theorem</a>,
<a href="content/cauchy_integral_formula.html">Cauchy Integral Formula</a>,
<a href="content/fundamental_theorem_of_algebra.html">The Fundamental Theorem of Algebra</a>,
<a href="content/conformal_mapping.html">Conformal mapping</a>, and
<a href="content/linear_fractional_transformations.html">Linear fractional transformations</a>.
<br>
<br>
Recently, I started working on the <a href="it.html">Italian version</a> of this book,
and other projects to create more online
interactive books. I already have a preview for Real Analysis.
You can learn more about it in my
<a href="https://www.patreon.com/posts/real-analysis-98129332?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link" target="_blank">☞ Patreon</a>.
</p>
<p>Ready to get started? Skip ahead to the <a href="content/table_of_contents.html">Table of Contents.</a>
</p>
<hr>
<h2 style="text-align: center;">WHAT IT IS ABOUT</h2>
<p>This book is an interactive introduction to the theory and applications of complex functions
from a visual point of view. However, it <em>does not</em> cover all the topics of a
standard course. In fact, it is a collection of selected topics and interactive applets
that can be used as a supplementary learning resource by anyone interested in learning
this fascinating branch of mathematics.</p>
<p>Some of the topics covered here are basic arithmetic of complex numbers, complex functions,
Riemann surfaces, limits, derivatives, domain coloring, analytic landscapes and
some applications of conformal mappings.</p>
<p>What distinguishes this online book from other traditional texts in the first instance is the
use of interactive applets that allow you to explore properties of complex numbers
geometrically and analyze complex functions by using different techniques to visualize
them. For the design of applets I used the following open-source softwares:</p>
<div style=" text-wrap: wrap; display: flex; justify-content: center;">
<div style="padding: 0 5px;">
<a target="_blank" href="https://www.geogebra.org">
<strong>GeoGebra</strong></a>
-
<a target="_blank" href="https://p5js.org/">
<strong>p5.js</strong></a>
-
<a target="_blank" href="https://cindyjs.org/">
<strong>Cindy.js</strong>
</a>
-
<a target="_blank" href="https://mathcell.org/">
<strong>MathCell.js</strong>
</a>
</div>
</div>
<p>Although I advocate for the use of computers as an aid to geometric reasoning,
I highly encourage you to practice your problem solving skills by solving
the suggested exercises, or filling the missing details, that you will
encounter throughout the sections.</p>
<p>Think of the computer as a physicist would his laboratory. It may be used
to check existing ideas about our world, or as a tool to discover new phenomena
which then poses new ideas or challenges for their explanation.
Throughout the sections I have provided detailed instructions (in some cases)
to explore concepts and relationships about complex numbers using specific softwares,
nevertheless you must still keep in mind that computer hardware and software
are ephemeral things in comparison with mathematical ideas, which are timeless.</p>
<p class="callout"><strong>NOTE!</strong> If you're on a mobile device, some of the applets might not work
super well for you.
They are designed for mouse input, so if you're getting frustrated or your finger is in the way, try the
site on a computer.</p>
<a href="https://www.acds.edu.au/resource/complex-analysis-a-visual-and-interactive-introduction/" target="_blank">
<img src="images/acds-logo.png" style="width: 40%;float:right; padding-top: 20px; padding-left: 20px;padding-bottom: 20px;">
</a>
<p>
This book was included in the
<a href="https://www.acds.edu.au/resource/complex-analysis-a-visual-and-interactive-introduction/" target="_blank">Australian Council
of Deans of Science's repository</a>
as a teaching and assessment resource
to support online learning.
</p>
<hr>
<h2 style="text-align: center;">ISSUES?</h2>
<p>Of course, no project such as this can be free from errors and incompleteness.
If you find applets that don't run correctly, or the examples that aren't explained
quite right, or a typo, please
<a href="https://github.com/complex-analysis/complex-analysis.github.io/issues">report them at this
project's GitHub repository</a>.
Thanks for your help!
</p>
<hr>
<h2 style="text-align: center;">DESIGN CREDITS</h2>
<p>
The initial design of this site was inpired by the fantastic book
<a href="https://www.jeffreythompson.org/collision-detection/index.php" target="_blank">Collision
Detection</a>
written by <a href="https://www.jeffreythompson.org/" target="_blank">Jeffrey Thompson</a>.
The current version, released in 2024, was built thanks to the following projects:
</p>
<ul>
<li>
<a href="https://github.com/vincentdoerig/latex-css" target="_blank">LaTeX.CSS</a> by Vincent Dörig
</li>
<li>
<a href="https://github.com/davidrzs/latexcss" target="_blank">LatexCSS</a> by David Zollikofer
</li>
<li>
<a href="https://github.com/magicbookproject" target="_blank">The Magic Book project</a>.
</li>
</ul>
<hr>
<h2 style="text-align: center;" id="support">SUPPORT THIS PROJECT</h2>
<p>If you like my work, you can support it using the links below:</p>
<div class="hide-small hide-medium" style="text-wrap: wrap; display: flex; justify-content: center;">
<div style="padding: 0 15px;">
<i class="fa-brands fa-patreon"></i> <a href="https://www.patreon.com/jcponce">
<strong>Patreon</strong></a>
</div>
<div style="padding: 0 15px;">
<i class="fa-brands fa-paypal"></i> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WTMTR7D8RYZ26&item_name=Your+support+will+help+me+to+improve+and+keep+up+to+date+the+applets+of+this+book.+Sincerely+appreciate+it%21&currency_code=AUD&source=url">
<strong>PayPal</strong></a>
</div>
<div style="padding: 0 15px;">
<i class="fa-solid fa-shop"></i> <a target="_blank" href="https://jcponcemath.secure-decoration.com/">
<strong>Shop</strong>
</a>
</div>
<div style="padding: 0 15px;">
<i class="fa-brands fa-github"></i> <a target="_blank" href="https://github.com/sponsors/complex-analysis">
<strong>Sponsor</strong>
</a>
</div>
</div>
<div class="hide-large">
<div style="text-wrap: wrap; display: flex; justify-content: center;">
<div style="padding: 0 15px;">
<i class="fa-brands fa-patreon"></i> <a href="https://www.patreon.com/jcponce">
<strong>Patreon</strong></a>
</div>
<div style="padding: 0 15px;">
<i class="fa-brands fa-paypal"></i> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WTMTR7D8RYZ26&item_name=Your+support+will+help+me+to+improve+and+keep+up+to+date+the+applets+of+this+book.+Sincerely+appreciate+it%21&currency_code=AUD&source=url">
<strong>PayPal</strong></a>
</div>
</div>
<div style="text-wrap: wrap; display: flex; justify-content: center;">
<div style="padding: 0 15px;">
<i class="fa-solid fa-shop"></i> <a target="_blank" href="https://jcponcemath.secure-decoration.com/">
<strong>Shop</strong>
</a>
</div>
<div style="padding: 0 15px;">
<i class="fa-brands fa-github"></i> <a target="_blank" href="https://github.com/sponsors/complex-analysis">
<strong>Sponsor</strong>
</a>
</div>
</div>
</div>
<p style="text-align: center;">
Thank you for your support! ❤️
</p>
<hr>
<h2 style="text-align: center;">NAVIGATION</h2>
<p>OK, let's begin! Click the link at the bottom the page, or the arrows at the top, to
move to the next chapter. The <strong>Complex Analysis</strong> link at the top will
take you back to the <a href="content/table_of_contents.html">Table of Contents</a>.</p>
</article>
</main>
<a href="content/table_of_contents.html" style="text-decoration: none;">
<p class="nextPage">Table of Contents <i class="fa-solid fa-angles-right"></i></p>
</a>
<!-- Ends main content -->
</section>
</div>
<!-- Main DIV Ends here -->
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span><br />
<strong>👋 Hey there!</strong>
</div>
<div class="modal-body">
<div w3-include-html="content/message-modal.html"></div>
<br />
</div>
<div class="modal-footer">
Thank you! 🙏 I highly appreciate your support! 🤗
</div>
</div>
</div>
<!-- Button to Top -->
<button onclick="topFunction()" id="toTop" title="Go to top"><i class="fa-solid fa-arrow-up"></i></button>
<hr>
<footer>
<span id="footer-elements">
<span style="font-weight: bold;">[</span>
<a href="/"><i class="fa-solid fa-house"></i> Home</a>,
<span class="hide-small">
<a href="https://github.com/complex-analysis"><i class="fa-solid fa-code"></i> Source</a>,
<a href="https://github.com/complex-analysis/complex-analysis.github.io/issues"><i
class="fa-solid fa-lightbulb"></i> Issues</a>,
</span>
<span id="donate-footer" onclick="document.getElementById('myModal').style.display='block'">
<i class="fa-solid fa-heart"></i> Support</span>
<span style="font-weight: bold;">]</span>
</span>
<br />
<a id="licence-link" rel="license"
href="content/license.html">
<i class="fa-brands fa-creative-commons"></i>
<i class="fa-brands fa-creative-commons-by"></i>
<i class="fa-brands fa-creative-commons-nc"></i>
<i class="fa-brands fa-creative-commons-sa"></i>
</a>
<br />
<strong style="font-size: 0.9em;">ISBN: 978-0-6485736-0-9</strong> <br>
<strong>
<span class="hide-small" style="font-size: 0.9em;">© Juan Carlos Ponce Campuzano
2019-<script>document.write(new Date().getFullYear());</script>
</span>
<span class="hide-medium hide-large" style="font-size: 0.9em;">© J.C. Ponce Campuzano
2019-<script>document.write(new Date().getFullYear());</script>
</span>
</strong>
</footer>
<script src="content/js/mathjax.js"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="content/js/scripts.js"></script>
<script async src="content/js/prism.js"></script>
</body>
</html>