Fail:Exponential Function (Abs Imag Part at Infinity).png

Selle lehekülje sisule puudub teiste keelte tugi.
Klõps ikoonil viib faili leheküljele Wikimedia Commonsis.
Allikas: Vikipeedia

Algfail(1700 × 1400 pikslit, faili suurus: 534 KB, MIME tüüp: image/png)

Kirjeldus

Diagram of the absolute value of the imaginary part of exponential function in the complex plane, as the operand approaches infinity. The plot is given by:

The green stripe is caused by the plot being done at an insufficient resolution for the extremly (and infinitely) fine detail near 0.
Kuupäev
Allikas Own drawing, Plotted in MuPAD
Autor Inductiveload
Luba
(Faili edasikasutus)
Public domain Selle teose autoriõiguste valdajana annan selle teose avalikku omandisse. See kehtib üleilmselt.
Kui see pole mõnes riigis õiguslikult võimalik:
Annan kõigile õiguse seda teost kasutada ükskõik mille jaoks, ilma ühegi tingimuseta, kui seadus neid just ei sea.

MuPAD Code

  q := abs(Im(exp(1/(x+I*y)))):

  conts := 21:
  projectionlevel:=-10:
  ylimit := 1:
  xlimit := 1:
  submeshlevel := 30:

zmin := 0:
zmax := 10:
color := zip(RGB::Red, RGB::SapGreen,
             (a, b) -> (q(x,y)-zmin)/(zmax-zmin)*a
                      +(zmax-q(x,y))/(zmax-zmin)*b):

funcplot := plot::Function3d(q(x,y),
                             x = -xlimit..xlimit,
                             y = -ylimit..ylimit,
                             Mesh = [25, 25],
                             Submesh = [submeshlevel,submeshlevel],
                             LineColor = RGB::Black.[0.4],
                             LineWidth = 0.15,
                             FillColorFunction = color,
                             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::Green.[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)

Pealdised

Lisa üherealine seletus sellest, mida fail esitab

Selles failis kujutatud üksused

kujutab

Faili ajalugu

Klõpsa kuupäeva ja kellaaega, et näha sel ajahetkel kasutusel olnud failiversiooni.

Kuupäev/kellaaegPisipiltMõõtmedKasutajaKommentaar
viimane22. aprill 2007, kell 17:36Pisipilt versioonist seisuga 22. aprill 2007, kell 17:361700 × 1400 (534 KB)Inductiveload{{Information |Description=Diagram of the absolute value of the imaginary part of exponential function in the complex plane, as the operand approaches infinity. The plot is given by: ::<math>z=\bigg|\operatorname{Im} \left (\exp \left( \frac{1}{x + i y} \

Seda faili kasutab järgmine lehekülg: