-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex-v1.html
executable file
·159 lines (124 loc) · 7.71 KB
/
index-v1.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>complex repository</title>
<meta charset="UTF-8">
<meta name="description" content="Uniform flow around circle">
<meta name="author" content="Juan Carlos Ponce Campuzano">
<meta name="language" content="en"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="https://jcponce.github.io/images/icon/infinity32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://jcponce.github.io/images/icon/infinity16.png" sizes="16x16">
<!--Style Stars-->
<link rel="stylesheet" href="https://jcponce.github.io/ext/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" >
<link href="https://fonts.googleapis.com/css?family=Martel+Sans" rel="stylesheet">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: 'Martel Sans', sans-serif;}
.center {
margin-left:auto;
margin-right:auto;
max-width:900px;
}
</style>
<!--Style ends-->
<!--MathJax starts-->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<!---<script type="text/x-mathjax-config">//left-side eq
MathJax.Hub.Config({
displayAlign: "left",
displayIndent: "5em"
});
</script>--->
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS_CHTML">
</script>
<!--MathJax Ends-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JPYTNF6MB4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JPYTNF6MB4');
</script>
</head>
<body>
<!-- Navbar Stars-->
<div class="w3-top">
<div class="w3-bar w3-black w3-top w3-left-align">
<a href="https://jcponce.github.io/" class="w3-bar-item w3-button w3-hover-indigo"> <i class="fa fa-home"></i></a>
<a class="w3-bar-item w3-right w3-hide-small w3-hide-medium w3-indigo serif">complex repository</a>
</div>
</div>
<!-- Navbar Ends-->
<!-- Main content Stars-->
<div class="w3-main center" style="margin-top:45px">
<div class="w3-container">
<h1>complex repository</h1>
<hr>
</div>
<div class="w3-container">
<h3>Welcome</h3>
<p>Hi, here you can find my sketches about complex analysis.</p>
<p>Access the online book <a class="w3-text-indigo w3-hover-text-blue" href="https://jcponce.github.io/cabook">Complex Analysis</a> to play with them.</p>
<p>I also discovered recently <a class="w3-text-indigo w3-hover-text-blue" href="https://jcponce.github.io/">Cindy.js</a> and I am learning to use it. I have adapted some applets and now I am putting them in this repository. Some examples are:</p>
<ul>
<li><a class="w3-text-indigo w3-hover-text-blue" href="https://jcponce.github.io/complex/domcoloring/">Domain coloring</a></li>
<li><a class="w3-text-indigo w3-hover-text-blue" href="https://jcponce.github.io/complex/dclandscape/">Analytic landscape v1</a></li>
<li><a class="w3-text-indigo w3-hover-text-blue" href="https://jcponce.github.io/complex/analyticlandscape/">Analytic landscape v2</a></li>
<li><a class="w3-text-indigo w3-hover-text-blue" href="https://jcponce.github.io/complex/taylorseries/">Taylor series</a></li>
<li>Finally, one that I made, <a class="w3-text-indigo w3-hover-text-blue" href="https://jcponce.github.io/complex/powerfunction/">Power functions</a></li>
</il>
</p>
<div class="w3-center">
<div class="w3-row-padding">
<img id="myImg" class="w3-card-4 w3-round-small" src="screenshot.png" alt="sample" style="width:97%">
<br>
<p>Screenshot of Power functions applet</p>
</div>
</div>
<hr>
</div>
<div class="w3-container">
<h2>References</h2>
<ol>
<li>Ablowitz, M. J., Fokas, A. S. (2003). <em>Complex variables: introduction and applications</em> (2nd ed). Cambridge University Press.</li>
<li>Brown, J. W., Churchill, R. V. (2009). <em>Complex Variables and Applications.</em> 8th Edition. New York: McGraw-Hill Higher Education.
</li>
<li>Needham, T. (1997). <em>Visual Complex Analysis.</em> New York: The Clarendon Press,
Oxford University Press.</li>
<li>Ablowitz, M. J. & Fokas, A. S. (2003). <em>Complex variables: introduction and applications</em> (2nd ed). Cambridge University Press.</li>
<li>Breda, A. Trocado, A. & Santos, J. (2013). O GeoGebra para além da segunda dimensão. <em>Indagatio Didactica</em>, 5(1). Recuperado el 12 de junio de 2018, de
<a href="http://revistas.ua.pt/index.php/ID/article/view/2421" target="_blank" title="Open link" class="w3-text-indigo w3-hover-text-blue"><i class="fas fa-external-link-alt"></i></a></li>
<li>Crone, L. (s.f) <em>Color graphs of complex functions.</em> <a href="http://fs2.american.edu/lcrone/www/ComplexPlot.html" target="_blank" title="Open link" class="w3-text-indigo w3-hover-text-blue"><i class="fas fa-external-link-alt"></i></a></li>
<li>Farris, F. (1997). <em>Visualizing complex-valued functions in the plane.</em> <a href="http://www.maa.org/pubs/amm_complements/complex.html" target="_blank" title="Open link" class="w3-text-indigo w3-hover-text-blue"><i class="fas fa-external-link-alt"></i></a></li>
<li>Farris, F. A. (1998). Review of Visual Complex Analysis. By Tristan Needham. <em>American Mathematical Monthly</em> 105 (1998), 570–576.</li>
<li>Liste, R. L. (2014). El color dinámico de GeoGebra. <em>Gaceta De La Real Sociedad Matematica Española</em>, 17, 525–547, Madrid. </li>
<li>Lundmark, H. (2004). <em>Visualizing complex analytic functions using domain coloring.</em> <a href="http://users.mai.liu.se/hanlu09/complex/domain_coloring.html" target="_blank" title="Open link" class="w3-text-indigo w3-hover-text-blue"><i class="fas fa-external-link-alt"></i></a></li>
<li>Needham, T. (1997). <em>Visual Complex Analysis.</em> Oxford University Press, Oxford.</li>
<li>Marsden, J. E. & Hoffman, M. J. (1987) <em>Basic Complex Analysis.</em> (2nd ed.) W. H. Freeman and Co,
New York.</li>
<li>Farris, F. A. (1998). Review of Visual Complex Analysis. By Tristan Needham. <em>American Mathematical Monthly</em> 105 (1998), 570–576.</li>
<li>Wegert, E. (2010). Phase diagrams of meromorphic functions. <em>Comput. Methods Funct.</em> Theory 10, 639-661.</li>
<li>Wegert, E. (2012). <em>Visual Complex Functions: An introduction with phase portraits.</em> New York: Springer Basel.</li>
<li>Wegert, E. & Semmler, G. (2011). Phase plots of complex functions: a journey in illustration. <em>Notices Amer. Math. Soc.</em> 58, 768-780. <a href="https://www.ams.org/notices/201106/rtx110600768p.pdf" target="_blank" title="Open link" class="w3-text-indigo w3-hover-text-blue"><i class="fas fa-external-link-alt"></i></a></li>
<li>Wikipedia: <em>Domain Coloring</em> <a href="https://en.wikipedia.org/wiki/Domain_coloring" target="_blank" title="Open link" class="w3-text-indigo w3-hover-text-blue"><i class="fas fa-external-link-alt"></i></a></li>
</ol>
<br>
</div>
</div>
<!-- END MAIN -->
<!--Footer-->
<div class="w3-container w3-dark-grey">
<p></p>
</div>
<!--Footer-->
</body>
</html>