파일:Tangent bundle.svg
testwiki
둘러보기로 이동
검색으로 이동
SVG 파일의 PNG 형식의 미리보기 크기: 249 × 599 픽셀. 다른 해상도: 99 × 240 픽셀 | 199 × 480 픽셀 | 319 × 768 픽셀 | 425 × 1,024 픽셀 | 850 × 2,048 픽셀 | 400 × 963 픽셀
원본 파일 (SVG 파일, 실제 크기 400 × 963 픽셀, 파일 크기: 23 KB)
이 파일은 위키미디어 공용에 있으며, 다른 프로젝트에서 사용하고 있을 가능성이 있습니다. 해당 파일에 대한 설명이 아래에 나와 있습니다.
| 설명Tangent bundle.svg |
English: Illustration of Tangent bundle.
Deutsch: Die obere Grafik zeigt den Kreis mit einigen seiner Tangentialräume. Die zweite Grafik fasst die Tangentialräume zum Tangentialbündel zusammen. |
| 날짜 | (UTC) |
| 출처 | self-made, with en:Matlab then tweaked with en:Inkscape |
| 저자 | Oleg Alexandrov |
| SVG 발전 InfoField | |
| 소스 코드 InfoField | MATLAB code% illustration of tangent bundle
function main()
a=0; b=2*pi; N = 100;
X=linspace(a, b, N);
Y=sin(X); % the function to plot
XT = 0*X+1;
YT = cos(X); % derivative
Theta = linspace(a, b, N);
X = cos(Theta); Y = sin(Theta);
XT = -sin(Theta); YT = cos(Theta);
ll = 2.5; % length of lines perpendicular to the curve
thin_line = 2;
thick_line = 4;
% will draw lines tangent to the graph of Y=f(X) at
% points separted by length of 'spacing'
spacing = 0.04;
M = floor(spacing*N);
% colors
red=[0.867 0.06 0.14];
blue = [0, 129, 205]/256;
green = [0, 200, 70]/256;
gray=0.8*[1, 1, 1];
figure(1); clf; hold on; axis equal; axis off;
figure(2); clf; hold on; axis equal; axis off; view(18, 36);
% plot the curve
figure(1); s=0.95; plot (s*X, s*Y, 'linewidth', thick_line, 'color', blue);
figure(2); plot3(X, Y, 0*X, 'linewidth', thick_line, 'color', blue);
% plot the lines
for k=1:N
p = (k-1)*M+2;
if p >= N
break;
end
figure(1);
x0 = X(p); y0=Y(p); mx = XT(p); my = YT(p);
plot([x0-mx*ll, x0+mx*ll], [y0-my*ll, y0+my*ll], 'color', red, 'linewidth', thin_line)
figure(2);
plot3([X(p), X(p)], [Y(p), Y(p)], [-ll, ll], 'color', red, 'linewidth', thin_line)
end
% save to disk as eps and svg
figure(1); saveas(gcf, 'Tangent_bundle1.eps', 'psc2'); plot2svg('Tangent_bundle1.svg')
figure(2); saveas(gcf, 'Tangent_bundle2.eps', 'psc2'); plot2svg('Tangent_bundle2.svg')
|
| Public domainPublic domainfalsefalse |
| 나는 이 작품의 저작권자로서, 이 작품을 퍼블릭 도메인으로 모두에게 공개합니다. 이 공개 선언은 전 세계적으로 유효합니다. 만약 저작권의 포기가 법률적으로 가능하지 않은 경우, 나는 이 작품을 법적으로 허용되는 한도 내에서 누구나 자유롭게 어떤 목적으로도 제한없이 사용할 수 있도록 허용합니다. |
설명
이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다
이 파일에 묘사된 항목
다음을 묘사함
위키데이터 항목 없는 어떤 값
12 6 2007
23,116 바이트
963 화소
400 화소
image/svg+xml
파일 역사
날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.
| 날짜/시간 | 섬네일 | 크기 | 사용자 | 설명 | |
|---|---|---|---|---|---|
| 현재 | 2007년 6월 12일 (화) 05:08 | 400 × 963 (23 KB) | wikimediacommons>Oleg Alexandrov | Tweak |
이 파일을 사용하는 문서
다음 문서 1개가 이 파일을 사용하고 있습니다: