Monday, January 29, 2007

Notes for Conformal Maps

Maple has a nice series of packages for viewing conformal maps: in particular, the "Maple Book" on p282 lists the Joukowski plot for airfoils. First they define a proc for JoukowskiP and then use it like...

with(plots);
display(JoukowskiP(1/10,1/10),scaling=constrained,thickness=2);

No comments: