File:Exponential Function (Real Part at Infinity) Density.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(850 × 700 pixels, file size: 93 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents
Description

Diagram of the real part of exponetial function in the complex plane, as the operand approaches infinity. The plot is given by:

Date
Source Own drawing, Plotted in MuPAD
Author Inductiveload
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

MuPAD Code

[edit]
 f := Re(exp(1/(x+I*y))):

  ylimit := 1:
  xlimit := 1:
  mesh := 1600:
  
  hsv := (x, y, z) -> RGB::fromHSV([121+85*arctan(z), 1, 1]):
  
  cplot := plot::Density(f, 
                         x = -xlimit..xlimit, 
                         y = -ylimit..ylimit, 
                         Mesh = [mesh, mesh],
                         AxesTitleFont = ["Courier New", Bold, 14],
                         TicksLabelFont = ["Arial", 10],
                         FillColorFunction = hsv,
                         YTicksDistance = 0.5,
                         XTicksDistance = 0.5):
  
  plot(cplot,
       Axes = Frame,
       Width = 8.5*unit::inch, 
       Height = 7*unit::inch):

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:21, 21 April 2007Thumbnail for version as of 00:21, 21 April 2007850 × 700 (93 KB)Inductiveload (talk | contribs){{Information |Description=Diagram of the real part of exponetial function in the complex plane, as the operand approaches infinity. The plot is given by: ::<math>z=\operatorname{Re} \left (\exp \left( \frac{1}{x + i y} \right)\right)</math> |Source=Own d

The following page uses this file: