File:Exponential Function (Real Part) Density.png
| Description |
Diagram of the real part of exponetial function in the complex plane. The density is given by: |
||
| Date | |||
| Source | Own drawing, Plotted in MuPAD | ||
| Author | Inductiveload | ||
| Permission (Reusing this file) |
|
MuPAD Code
f := Re(exp(x+I*y)):
ylimit := 2*PI:
xlimit := 3:
hsv := (x, y, z) -> RGB::fromHSV([120+85*arctan(z), 1, 1]):
cplot := plot::Density(f,
x = -xlimit..xlimit,
y = -ylimit..ylimit,
Mesh = [800, 800],
AxesTitleFont = ["Courier New", Bold, 14],
TicksLabelFont = ["Arial", 10],
FillColorFunction = hsv,
YTicksNumber = None,
YTicksAt = [-3*PI/2 = "-3 PI/2", -PI = "-PI", -PI/2 = "-PI/2", -2*PI = "-2 PI",
0 = "0",
PI/2 = "PI/2", PI = "PI", 3*PI/2 = "3 PI/2", 2*PI = "2 PI"],
XTicksDistance = 0.5):
plot(cplot,
Axes = Frame,
Width = 8.5*unit::inch,
Height = 7*unit::inch):
Category:Complex color plots of exponential function
Category:Hue
Category:MuPad graphics