跳至內容

File:Heronian trig.png

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

Heronian_trig.png(212 × 144 像素,檔案大小:2 KB,MIME 類型:image/png


摘要

描述 La bildo estas kopiita de wikipedia:en. La originala priskribo estas:
日期 2006年3月18日 (原始上傳日期)
來源 自己的作品
作者 Maksim

授權條款

Public domain 我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。
這可能在某些國家不合法,如果是的話:
我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。

The picture was done in Matlab, with source code below. The conversion from eps to png format was done with the Unix command convert:

convert -antialias -density 400x400 -scale 10% Heronian_trig.eps Heronian_trig.png

Source code

function main ()

%prepare the screen
figure(1); clf; hold on; axis equal; axis off;

% points to graph
P=[-12, 0]; Q=[0, 0]; R=[32, 0]; S=[0, 24];

% text fontsize, line thickness, distance from text to graphics
fs=30; thick=3; dist=fs*0.1;

or=1; % to which side of a given segment the text should go

% draw the segments
side(P, Q, or, thick, dist, fs, 'b')
side(Q, R, or, thick, dist, fs, 'd')
side(R, S, or, thick, dist, fs, 'e')
side(S, P, or, thick, dist, fs, 'c')
side(S, Q, -or, thick, dist, fs, 'a')

% save as eps.
saveas(gcf, 'Heronian_trig.eps', 'psc2');

% Use later the command
% convert -antialias -density 400x400 -scale 10% Heronian_trig.eps Heronian_trig.png
% to convert to PNG. This keeps small size but good detail.

% a function to draw a segment and put some text a bit to a side of it.
function side(P, Q, or, thick, dist, fs, name)

 plot([P(1) Q(1)], [P(2), Q(2)], 'linewidth', thick);

 v=[(Q(2)-P(2)), -(Q(1)-P(1))]; % PQ rotated by 90 deg clockwise

 if or < 0
  v=-v; % change orientation
 end

 R=(P+Q)/2+dist*v/max(abs(v));
 H=text(R(1), R(2), name);
 set(H, 'fontsize', fs, 'VerticalAlignment', 'c', 'HorizontalAlignment', 'c')

date/time username edit summary
00:41, 13 September 2005 en:User:Oleg Alexandrov (source code)
23:38, 12 September 2005 en:User:Oleg Alexandrov

原始上傳日誌

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.

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

File:Heronian trig.png → File:Triangle-heronian.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圖片

說明

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

在此檔案描寫的項目

描繪內容

檔案歷史

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

日期/時間縮⁠圖尺寸使用者備⁠註
目前2023年8月30日 (三) 06:40於 2023年8月30日 (三) 06:40 版本的縮圖212 × 144(2 KB)PhreneticcA little redone for the better.
2022年5月22日 (日) 06:03於 2022年5月22日 (日) 06:03 版本的縮圖214 × 151(2 KB)PhreneticcReduced "weight" of the file.
2007年9月29日 (六) 22:22於 2007年9月29日 (六) 22:22 版本的縮圖214 × 151(4 KB)Sopoforicoptimized with optipng
2006年3月18日 (六) 21:01於 2006年3月18日 (六) 21:01 版本的縮圖214 × 151(5 KB)MaksimLa bildo estas kopiita de wikipedia:en. La originala priskribo estas: == Licensing == {{PD-self}} The picture was done in Matlab, with source code below. The conversion from eps to png format was done with the Unix command convert: :convert -antialias

下列頁面有用到此檔案:

全域檔案使用狀況

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