跳至內容

File:Complex numbers addition.png

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

Complex_numbers_addition.png (468 × 473 像素,檔案大小:16 KB,MIME 類型:image/png


Transferred from en.wikipedia to Commons by Maksim.

The original description page was here. All following user names refer to en.wikipedia.

摘要

Made by myself with matlab.

File:Complex numbers addition.svg是本檔案的向量版本。 如果品質不低,就應該優先使用該檔案,而非PNG檔案。

File:Complex numbers addition.png → File:Complex numbers addition.svg

更多資訊請參閱Help:SVG/zh

其他語言
Alemannisch  العربية  беларуская (тарашкевіца)  български  বাংলা  català  нохчийн  čeština  dansk  Deutsch  Ελληνικά  English  British English  Esperanto  español  eesti  euskara  فارسی  suomi  français  Frysk  galego  Alemannisch  עברית  hrvatski  magyar  հայերեն  Bahasa Indonesia  Ido  italiano  日本語  ქართული  한국어  lietuvių  македонски  മലയാളം  Bahasa Melayu  norsk bokmål  Plattdüütsch  Nederlands  norsk nynorsk  norsk  occitan  polski  português  português do Brasil  română  русский  sicilianu  Scots  slovenčina  slovenščina  српски / srpski  svenska  தமிழ்  ไทย  Türkçe  татарча / tatarça  українська  vèneto  Tiếng Việt  中文  中文(中国大陆)  中文(简体)  中文(繁體)  中文(马来西亚)  中文(新加坡)  中文(臺灣)  +/−
新SVG圖片

授權條款

Public domain 此作品已由其作者,英文維基百科Oleg Alexandrov,釋出至公有領域。此授權條款在全世界均適用。
這可能在某些國家不合法,如果是的話:
Oleg Alexandrov授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。
 
本PNG 點陣圖使用MATLAB創作。

原始碼

InfoField

MATLAB code

function main ()

% set up the plotting window
thickness=2.5; fs=30; d=0.004;
red=[1, 0, 0]; green=[0, 1, 0]; blue=[0, 0, 1];
figure(1); clf; hold on; axis equal; axis off; 
i=sqrt(-1);

z1=0; z2=1+0.2*i; z3=0.4+1.2*i;
plot_seg(z1, z2, red, thickness); 
plot_seg(z2, z3, green, thickness);
plot_seg(z3, z1, blue, thickness);

pt (z1, fs, 5, d, '0'); 
pt (z2, fs, 7, d, 'A');
pt (z3, fs, 3, d, 'B');
pt (z2+z3, fs, 1, d, 'X');

t=z2;
z1=z2+z3; z2=z3; z3=t;
plot_seg(z1, z2, red, thickness);
plot_seg(z2, z3, green, thickness);
plot_seg(z3, z1, blue, thickness);

saveas(gcf, 'Complex_numbers_addition.eps', 'psc2')
% convert from eps to png with shell command 
% convert -antialias -density 400 -scale 20% Complex_numbers_addition.eps Complex_numbers_addition.png

function plot_seg(z1, z2, color, thickness);
  plot( [real(z1), real(z2)], [imag(z1), imag(z2)], 'color', color, 'linewidth', thickness );

function pt (z, fs, pos, d, tx)
 p=cos(pi/4)+sqrt(-1)*sin(pi/4);
 z = z + p^pos * d * fs; 
 shiftx=0.0003;
 shifty=0.002;
 x = real (z); y=imag(z); 
 H=text(x+shiftx*fs, y+shifty*fs, tx); set(H, 'fontsize', fs, 'HorizontalAlignment', 'c', 'VerticalAlignment', 'c')
date/time username edit summary
04:43, 24 October 2005 en:User:Oleg Alexandrov (source code)
03:44, 24 October 2005 en:User:Oleg Alexandrov (Made by myself with matlab.)

原始上傳日誌

Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version.

Click on date to download the file or see the image uploaded on that date.

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

著作權狀態 繁體中文 (已轉換拼寫)

多媒體型式 繁體中文 (已轉換拼寫)

image/png

校驗和 繁體中文 (已轉換拼寫)

19cb62466e99fd21144068418af642574ebca1f5

斷定方法:​SHA-1 中文 (已轉換拼寫)

16,254 位元組

473 像素

468 像素

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸用戶備⁠註
目前2006年3月26日 (日) 18:33於 2006年3月26日 (日) 18:33 版本的縮圖468 × 473(16 KB)MaksimLa bildo estas kopiita de wikipedia:en. La originala priskribo estas: == Summary == Made by myself with matlab. == Licensing == {{PD-self}} ==Source code== <pre><nowiki> function main () % set up the plotting window thickness=2.5; fs=30; d=0.004; red

下列頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案: