Archivo:Exponential Function (Real Part).png

Contenido de la página no disponible en otros idiomas.
De Wikipedia, la enciclopedia libre

Ver la imagen en su resolución original(1700 × 1400 píxeles; tamaño de archivo: 638 kB; tipo MIME: image/png)

Descripción

Diagram of the real part of exponential function in the complex plane. The surface is given by:

Fecha
Fuente Own drawing, Plotted in MuPAD
Autor Inductiveload
Permiso
(Reutilización de este archivo)
Public domain Yo, el titular de los derechos de autor de esta obra, lo libero al dominio público. Esto aplica en todo el mundo.
En algunos países esto puede no ser legalmente factible; si ello ocurriese:
Concedo a cualquier persona el derecho de usar este trabajo para cualquier propósito, sin ningún tipo de condición al menos que éstas sean requeridas por la ley.

MuPAD Code

  q := Re(exp(x+I*y)):

  conts := 21:
  projectionlevel:=-10:
  ylimit := 2*PI:
  xlimit := 3:
  submeshlevel := 4:
  approx := 20:

colourfunc := zip(RGB::Red, RGB::Yellow,
                  (a, b) -> (q(x,y)+10)/(12)*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::Yellow.[0.99],
                                                XLinesVisible = FALSE,
                                                YLinesVisible = FALSE,
                                                Filled = FALSE
                                               )
                                  ):
                             
camera := plot::Camera([-25, -80, 120],
                       [-0.5, -1, 0],
                       0.15
                      ):
                             
ploteverything := plot::Canvas(funcplot, contours, projcontours,
                               Width = 8.5*unit::inch, 
                               Height = 7*unit::inch,
                               camera
                              ): 
                          
plot(ploteverything)

Leyendas

Añade una explicación corta acerca de lo que representa este archivo

Elementos representados en este archivo

representa a

Historial del archivo

Haz clic sobre una fecha y hora para ver el archivo tal como apareció en ese momento.

Fecha y horaMiniaturaDimensionesUsuarioComentario
actual00:56 20 abr 2007Miniatura de la versión del 00:56 20 abr 20071700 × 1400 (638 kB)Inductiveload{{Information |Description=Diagram of the real part of exponetial function in the complex plane. The surface is given by: ::<math>z=\operatorname{Re} \left (\exp \left( x + i y \right)\right)</math> |Source=Own drawing, Plotted in MuPAD |Date=20/04/2007 |
00:16 20 abr 2007Miniatura de la versión del 00:16 20 abr 20071700 × 1400 (639 kB)Inductiveload{{Information |Description=Diagram of the real part of exponetial function in the complex plane. The surface is given by: ::<math>z=\operatorname{Re} \left (\exp \left( x + i y \right)\right)</math> |Source=Own drawing, Plotted in MuPAD |Date=20/04/2007 |

La siguiente página usa este archivo:

Uso global del archivo