File:Schwarz-Christoffel transformation.png

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

Schwarz-Christoffel_transformation.png(580 × 177像素,文件大小:7 KB,MIME类型:image/png


摘要

描述
English: Schwarz-Christoffel mapping of the semi-infinite strip to the upper half-plane.
日期
来源 自己的作品
作者 User:Jitse Niesen
授权
(二次使用本文件)
Public domain 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。



此math图片可使用矢量图形重新创建为SVG文件。这具有很多好处;更多信息请参见共享资源:待清理媒体。如果存在此图片的SVG格式,请将其上传,然后将此模板替换为{{vector version available|新图片名称}}


建议您将SVG命名为“Schwarz-Christoffel transformation.svg”,这样在使用Vector version available(或Vva)模板时就不需要填写新图片名称参数。


摘要

This image was created by the following Matlab file:

zs = [ linspace(0.2, 0.2+1i)
       linspace(0.4, 0.4+1i)
       linspace(0.6, 0.6+1i)
       linspace(0.8, 0.8+1i)
       linspace(1.0, 1.0+1i) 
       linspace(0.2i, 1.2+0.2i)
       linspace(0.4i, 1.2+0.4i)
       linspace(0.6i, 1.2+0.6i)
       linspace(0.8i, 1.2+0.8i) ];
zs = transpose(zs);

zs2 = [ linspace(0, 0+1i)
        linspace(0i, 1.2+0i)
        linspace(1i, 1.2+1i) ];
zs2 = transpose(zs2);

zetas  = - 1/2 + 1/2*cosh(pi*zs);
zetas2 = - 1/2 + 1/2*cosh(pi*zs2);

clf;
subplot('position', [0 0 0.4 0.4]);
hold on;
patch([-1 2 2 -1], [-1 -1 0 0], [0.7 0.7 0.7], 'EdgeColor', 'none');
patch([-1 2 2 -1], [1 1 2 2], [0.7 0.7 0.7], 'EdgeColor', 'none');
patch([-1 0 0 -1], [-1 -1 2 2], [0.7 0.7 0.7], 'EdgeColor', 'none');
plot(real(zs), imag(zs), 'r');
plot(real(zs2), imag(zs2), 'k', 'LineWidth', 2);
plot([0 0], [0 1], 'ok', 'MarkerSize', 7, 'MarkerFaceColor', 'black');
axis([-0.2 1.2 -0.2 1.2]);
axis off;

annotation('arrow', [0.55 0.45], [0.18 0.18]);
annotation('textbox', [0.45 0.18 0.1 0.1], 'String', '\itf', ...
           'EdgeColor', 'none', 'HorizontalAlignment', 'center', ...
           'FontSize', 20);

subplot('position', [0.6 0 0.4 0.4]);
hold on;
patch([-3 2 2 -3], [-1 -1 0 0], [0.7 0.7 0.7], 'EdgeColor', 'none');
plot(real(zetas), imag(zetas), 'r');
plot(real(zetas2), imag(zetas2), 'k', 'LineWidth', 2);
plot([-1 0], [0 0], 'ok', 'MarkerSize', 7, 'MarkerFaceColor', 'black');
axis([-2.5 1.5 -0.3 2]);
axis off;
       
print -depsc 'sc.eps';

The resulting EPS file was transformed to PNG by the following commands:

epstopdf sc.eps
convert sc.pdf sc.png
mv sc.png Schwarz-Christoffel_transformation.png

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2005年6月15日 (三) 17:232005年6月15日 (三) 17:23版本的缩略图580 × 177(7 KB)Jitse Niesenturn arrow around
2005年6月8日 (三) 13:472005年6月8日 (三) 13:47版本的缩略图580 × 177(7 KB)Jitse NiesenSchwarz-Christoffel mapping of the semi-infinite strip to the upper half-plane. {{PD}}

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件: