File:Amoeba of p=w-2z-1.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 598 × 600 pixels. Other resolutions: 239 × 240 pixels | 478 × 480 pixels | 766 × 768 pixels | 1,021 × 1,024 pixels | 2,041 × 2,048 pixels | 925 × 928 pixels.
Original file (SVG file, nominally 925 × 928 pixels, file size: 2 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionAmoeba of p=w-2z-1.svg | Amoeba of polynomial 1 |
Date | (UTC) |
Source | Own work based on: Amoeba of p=w-2z-1.png by Oleg Alexandrov |
Author |
Vector: |
SVG development InfoField | |
Source code InfoField | MATLAB code% a simple code to draw the amoeba of p(z, w) = w-2z-1.
a=0; b=50; h=0.01;
R=h/2:h:b;
X=log(R);
Y=log(abs(2*R-1));
Z=log(abs(2*R+1));
figure(1); clf; hold on; axis equal; axis off;
XX=X;
YY=Y;
% append to (X, Y) the pair (X, Z), traveled in reverse (so that we can use fill)
n=length(Z)
for i=1:n
XX=[XX X(n-i+1)];
YY=[YY Z(n-i+1)];
end
blue = [0, 0, 1];
H=fill (XX, YY, blue); set(H, 'EdgeColor', blue);
saveas(gcf, 'amoeba of p=w-2z-1.eps', 'psc2')
|
Licensing
[edit]This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Original upload log
[edit]This image is a derivative work of the following images:
- File:Amoeba_of_p=w-2z-1.png licensed with PD-self
- 2007-03-09T04:15:14Z Oleg Alexandrov 1479x1483 (24330 Bytes)
- 2007-01-11T01:58:19Z Oleg Alexandrov 514x531 (23268 Bytes)
Uploaded with derivativeFX
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 14:47, 8 August 2012 | 925 × 928 (2 KB) | Zerodamage (talk | contribs) | == {{int:filedesc}} == {{Information |Description=Amoeba of polynomial 1 |Source={{Derived from|Amoeba_of_p=w-2z-1.png|display=50}} |Date=2012-08-08 14:44 (UTC) |Author=*File:Amoeba_of_p=w-2z-1.png: User:Oleg Alexandrov *derivative work: [[Us... |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on el.wikipedia.org
- Usage on en.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on ja.wikipedia.org