सामग्री पर जाएँ

चित्र:Conformal map.svg

भारतपीडिया से

मूल फ़ाइल (SVG फ़ाइल, साधारणतः २,२८७ × ३,९९१ पिक्सेल, फ़ाइल का आकार: २ KB)

यह फ़ाइल एक साझे भंडार से है और दूसरे परियोजनाओं द्वारा भी प्रयोग की जा सकती है। वहाँ पर इसका फ़ाइल विवरण पृष्ठ में मौजूद विवरण नीचे दिखाया गया है।

सारांश

विवरणConformal map.svg
English: Illustration of a conformal map.
दिनांक
स्रोत अपना कार्य
लेखक Oleg Alexandrov
SVG genesis
InfoField
 SVG कोड मान्य है।
 इस वेक्टर चित्र को मैटलैब की मदद से बनाया गया था।
 and with Inkscape.
  This file uses embedded text that can be easily translated using a text editor.

लाइसेंस

Public domainPublic domainfalsefalse
Public domain इस कार्य को इसके लेखक, Oleg Alexandrov द्वारा सार्वजनिक डोमेन में प्रकाशित किया गया है। यह पूरे विश्व में लागू होता है।
कुछ देशों में यह कानूनी तौर पर नहीं हो सकता है; ऐसा हो तो:
Oleg Alexandrov सभी को इस कार्य का इस्तेमाल किसी भी उद्देश्य से, बिना किसी बाधाओं के इन शर्तों के कानून द्वारा अनिवार्य किए तक करने की अनुमति देता/देती हैं।

Source code

% Compute the image of a rectangular grid under a a conformal map.

function main()

   N = 15; % num of grid points
   epsilon = 0.1; % displacement for each small diffeomorphism
   num_comp = 10; % number of times the diffeomorphism is composed with itself
 
   S = linspace(-1, 1, N);

   [X, Y] = meshgrid(S);

   
   % graphing settings
   lw = 1.0;

   % KSmrq's colors
   red    = [0.867 0.06 0.14];
   blue   = [0, 129, 205]/256;
   green  = [0, 200,  70]/256;
   yellow = [254, 194,   0]/256;
   white = 0.99*[1, 1, 1];

   mycolor = blue;
   
   % start plotting
   figno=1; figure(figno); clf;

   shiftx = 0; shifty = 0; scale = 1;
   do_plot(X, Y, lw, figno, mycolor, shiftx, shifty, scale)

   I=sqrt(-1);
   Z = X+I*Y;

   % tweak these numbers for a pretty map
   z0 = 1+ 2*I;
   z1 = 0.1+ 0.2*I;
   z2 = 0.2+ 0.3*I;
   a = 0.01;
   b = 0.02;
   shiftx = 0.1; shifty = 1.2; scale = 1.4;
   F = (Z+z0).^2 +a*(Z+z1).^3 +b*(Z+z2).^4;
   F = (1+2*I)*F;
   
   XF = real(F); YF=imag(F);

   do_plot(XF, YF, lw, figno, mycolor, shiftx, shifty, scale)

   axis ([-1 1.3 -2 2]); axis off;

   saveas(gcf, 'Conformal_map.eps', 'psc2');
   
   
function do_plot(X, Y, lw, figno, mycolor, shiftx, shifty, scale)
   figure(figno); hold on;

   [M, N] = size(X);

   X = X - min(min(X));
   Y = Y - min(min(Y));

   a = max(max(max(abs(X))), max(max(abs(Y))));
   X = X/a; Y = Y/a;

   X = scale*(X-shiftx);
   Y = scale*(Y-shifty);
   
   for i=1:N
      plot(X(:, i), Y(:, i), 'linewidth', lw, 'color', mycolor);
      plot(X(i, :), Y(i, :), 'linewidth', lw, 'color', mycolor);
   end
%   axis([-1-small, 1+small, -1-small, 1+small]);
   axis equal; axis off;

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

चित्रण

२३ जनवरी 2008

media type अंग्रेज़ी

image/svg+xml

९३७ पिक्सल

५३५ पिक्सल

data size अंग्रेज़ी

१,७५१ बाइट

checksum अंग्रेज़ी

440c5a66882bf26be290c9f8301ae41f6355132f

source of file अंग्रेज़ी

original creation by uploader अंग्रेज़ी

फ़ाइल का इतिहास

फ़ाइल पुराने समय में कैसी दिखती थी यह जानने के लिए दिनांक/समय पर क्लिक करें।

दिनांक/समयअंगूठाकारआकारसदस्यटिप्पणी
वर्तमान०९:१८, १९ जनवरी २०२५
अंगूठाकार बनाने में त्रुटि हुई: फ़ाइल गायब है
२,२८७ × ३,९९१ (२ KB)smartcommons>Д.ИльинOptimization

यह पृष्ठ इस चित्र का इस्तेमाल करता है: