update typo
This commit is contained in:
3
pages/Math416/Exam_reviews/Math416_E1.md
Normal file
3
pages/Math416/Exam_reviews/Math416_E1.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Math 416 Midterm 1 Review
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ $$
|
||||
\end{aligned}
|
||||
$$
|
||||
|
||||
Use the fact that $f$ is holomorphic on $U$, then $f$ is continuous on $U$, so $\lim_{z\toz_1}f(z)=f(z_1)$.
|
||||
Use the fact that $f$ is holomorphic on $U$, then $f$ is continuous on $U$, so $\lim_{z\to z_1}f(z)=f(z_1)$.
|
||||
|
||||
There exists a $\delta>0$ such that $|z-z_1|<\delta$ implies $|f(z)-f(z_1)|<\epsilon$.
|
||||
|
||||
@@ -71,7 +71,7 @@ $$
|
||||
|I|\leq\frac{1}{z_1-z_0}\int_{z}^{z_1}|f(\xi)-f(z_1)|d\xi<\frac{\epsilon}{z_1-z_0}\int_{z}^{z_1}d\xi=\epsilon
|
||||
$$
|
||||
|
||||
So $I\to 0$ as $z_1\toz$.
|
||||
So $I\to 0$ as $z_1\to z$.
|
||||
|
||||
Therefore, $g'(z_1)=f(z_1)$ for all $z_1\in U$.
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ export default {
|
||||
"---": {
|
||||
type: 'separator'
|
||||
},
|
||||
Exam_reviews: "Exam reviews",
|
||||
Math416_L1: "Complex Variables (Lecture 1)",
|
||||
Math416_L2: "Complex Variables (Lecture 2)",
|
||||
Math416_L3: "Complex Variables (Lecture 3)",
|
||||
|
||||
Reference in New Issue
Block a user