From Wikipedia, the free encyclopedia
Size of this preview: 728 × 600 pixelsFull resolution (1,700 × 1,400 pixels, file size: 571 KB, MIME type: image/png)
Description |
Diagram of the real part of exponetial function in the complex plane, as the operand approaches infinity. The plot is given by:
-
|
Source |
Own drawing, Plotted in MuPAD
|
Date |
20/04/2007
|
Author |
Inductiveload
|
Permission
(Reusing this image) |
|
[edit] MuPAD Code
q := Re(exp(1/(x+I*y))):
conts := 21:
projectionlevel:=-10:
ylimit := 1:
xlimit := 1:
submeshlevel := 30:
colourfunc := zip(RGB::Red, RGB::CornflowerBlue,
(a, b) -> (q(x,y)+10)/(20)*a
-(q(x,y)-10)/(20)*b):
funcplot := plot::Function3d(q(x,y),
x = -xlimit..xlimit,
y = -ylimit..ylimit,
Mesh = [23, 23],
Submesh = [submeshlevel,submeshlevel],
LineColor = RGB::Black.[0.4],
LineWidth = 0.15,
FillColorFunction = colourfunc,
AxesTitleFont = ["Courier New", Bold, 14],
ViewingBoxZRange = -10..10
):
contours := plot::modify(funcplot,
ZContours = [Automatic, conts],
LineWidth = 0.2,
LineColor = RGB::Gray90.[0.5],
XLinesVisible = FALSE,
YLinesVisible = FALSE,
Filled = FALSE
):
projcontours := plot::Transform3d([0, 0, projectionlevel],
[1, 0, 0, 0, 1, 0, 0, 0, 0],
plot::modify(funcplot, ZContours = [Automatic, conts],
LineWidth = 0.2,
LineColorType = Dichromatic,
LineColor = RGB::Red.[0.99],
LineColor2 = RGB::CornflowerBlue.[0.99],
XLinesVisible = FALSE,
YLinesVisible = FALSE,
Filled = FALSE
)
):
camera := plot::Camera([-20, -35, 300],
[0, 0, 0],
0.06
):
ploteverything := plot::Canvas(funcplot, contours, projcontours,
Width = 8.5*unit::inch,
Height = 7*unit::inch,
camera
):
plot(ploteverything)
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment |
current | 01:05, 21 April 2007 | 1,700×1,400 (571 KB) | Inductiveload | |
| 00:17, 21 April 2007 | 850×700 (93 KB) | Inductiveload | |
| 20:44, 20 April 2007 | 850×700 (108 KB) | Inductiveload | |
File links
No pages on the English Wikipedia link to this file. (Pages on other projects are not counted.)