File:Maximum modulus principle.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(675 × 711 pixels, file size: 30 KB, MIME type: image/png)

Description Illustration of en:Maximum modulus principle
Date (UTC)
Source self-made with MATLAB
Author Oleg Alexandrov
 
This diagram was created with MATLAB.
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.

Source code (MATLAB)

 

function main()

   % the number of data points. More points means prettier picture.
   N = 50;

   RR=linspace(0, 1, N);
   TTheta = linspace(-pi, pi, N);

   [R, Theta] = meshgrid(RR, TTheta);

   I=sqrt(-1);
   Z = R.*exp(I*Theta);
   X = real(Z); Y = imag(Z);
   
   FZ = cos(Z);
   AFZ = abs(FZ);
   
   figure(1); clf; hold on; axis equal; axis off;

   surf(X, Y, AFZ, 'FaceColor',    'red', 'EdgeColor','none', 'FaceAlpha', 1);
   surf(X, Y, 0*AFZ, 'FaceColor', 'blue', 'EdgeColor','none', 'FaceAlpha', 0.5); 

% add in two sources of light
   camlight (50, 54); 
   camlight (50, -20);
   lighting phong;

% viewing angle
   view(149, 22);

% save as png
  print('-dpng', '-r200', 'Maximum_modulus_principle.png');
This math image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.


It is recommended to name the SVG file “Maximum modulus principle.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

10 August 2007

File history

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

Date/TimeThumbnailDimensionsUserComment
current02:59, 10 August 2007Thumbnail for version as of 02:59, 10 August 2007675 × 711 (30 KB)Oleg AlexandrovFix the bounding box
02:59, 10 August 2007Thumbnail for version as of 02:59, 10 August 2007655 × 698 (33 KB)Oleg Alexandrov{{Information |Description=Illustration of [:en:Maximum modulus principle]] |Source=self-made with MATLAB |Date=~~~~~ |Author= Oleg Alexandrov }} {{PD-self}} Category:Complex analysis
02:57, 10 August 2007Thumbnail for version as of 02:57, 10 August 2007655 × 698 (33 KB)Oleg Alexandrov{{Information |Description=Illustration of [:en:Maximum modulus principle]] |Source=self-made with MATLAB |Date=~~~~~ |Author= Oleg Alexandrov }} {{PD-self}} Category:Complex analysis
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file: