Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. z := x + I y;
  2. f[z_] := (z^3 + 1)/(z + 1);
  3. [Lambda] = 1;
  4. pts = 100;
  5. gre = ContourPlot[
  6. ComplexExpand[Re[f[z]]], {x, -[Lambda], [Lambda]}, {y, -[Lambda], [Lambda]},
  7. Contours -> 15, ContourShading -> None,
  8. ContourStyle -> {{Blue, Opacity[0.5]}}, PlotPoints -> pts];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement