| 1 | ##DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | ##Problem 7, section 2.3 Fundamentals of Complex Analysis for Mathematics, |
2 | ## Calculus |
| 3 | ##Science, and Engineering by E.B. Saff and A.D. Snider |
|
|
| 4 | ##ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
| 5 | |
4 | |
|
|
5 | ## KEYWORDS ('complex','imaginary','derivative') |
|
|
6 | ## Tagged by cmd6a 4/20/06 |
|
|
7 | |
|
|
8 | ## DBsubject('Calculus') |
|
|
9 | ## DBchapter('Appendixes') |
|
|
10 | ## DBsection('Complex Analytic Functions') |
|
|
11 | ## Date('') |
|
|
12 | ## Author('') |
|
|
13 | ## Institution('Rochester') |
|
|
14 | ## TitleText1('Fundamentals of Complex Analysis for Mathematics, Science, and Engineering') |
|
|
15 | ## EditionText1('') |
|
|
16 | ## AuthorText1('E.B. Saff and A.D. Snider') |
|
|
17 | ## Section1('2.3') |
|
|
18 | ## Problem1('7') |
| 6 | |
19 | |
| 7 | DOCUMENT(); # This should be the first executable line in the problem. |
20 | DOCUMENT(); # This should be the first executable line in the problem. |
| 8 | |
21 | |
| 9 | loadMacros( |
22 | loadMacros( |
| 10 | "PG.pl", |
23 | "PG.pl", |