Page 820 - Advanced_Engineering_Mathematics o'neil
P. 820
800 APPENDIX A A MAPLE Primer
which returns the residue 1. We could also enter
residue(cos(z)/z,z=0);
If f (z) is a conformal mapping, we can obtain a picture of the image of a rectangle defined by
a ≤ x ≤ b, c ≤ y ≤ d by first opening the plots subroutines:
with(plots);
Next, enter
∗
∗
conformal(f(z),z=a + b I,c + d I,xtickmarks = 8,ytickmarks = 8);
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
October 14, 2010 15:43 THM/NEIL Page-800 27410_24_appA_p789-800

