File:Complex numbers addition.png

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

Complex_numbers_addition.png(468 × 473像素,文件大小:16 KB,MIME类型:image/png


本檔案是由Maksimen.wikipedia轉移到維基共享資源。

原始描述頁面位於這裡。下列使用者名稱均來自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  Bahasa Indonesia  Bahasa Melayu  British English  català  čeština  dansk  Deutsch  eesti  English  español  Esperanto  euskara  français  Frysk  galego  hrvatski  Ido  italiano  lietuvių  magyar  Nederlands  norsk bokmål  norsk nynorsk  occitan  Plattdüütsch  polski  português  português do Brasil  română  Scots  sicilianu  slovenčina  slovenščina  suomi  svenska  Tiếng Việt  Türkçe  vèneto  Ελληνικά  беларуская (тарашкевіца)  български  македонски  нохчийн  русский  српски / srpski  татарча/tatarça  українська  ქართული  հայերեն  বাংলা  தமிழ்  മലയാളം  ไทย  한국어  日本語  简体中文  繁體中文  עברית  العربية  فارسی  +/−
新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.

说明

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

此文件中描述的项目

描繪內容

19cb62466e99fd21144068418af642574ebca1f5

16,254 字节

473 像素

468 像素

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2006年3月26日 (日) 18:332006年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使用此文件: