ファイル:Heronian trig.png

ページのコンテンツが他言語でサポートされていません。

Heronian_trig.png(212 × 144 ピクセル、ファイルサイズ: 2キロバイト、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.

このファイルのベクター画像 (SVG) が利用できます。 使う目的に対し、元画像よりもSVGがより優れている場合、SVG画像を使用して下さい。

File:Heronian trig.png → File:Triangle-heronian.svg

ベクターグラフィックスの詳細については、コモンズのSVG変換を参照ください。
SVGのMediaWikiのサポートに関する情報もあります。

他言語
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画像

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

18 3 2006

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2023年8月30日 (水) 06:402023年8月30日 (水) 06:40時点における版のサムネイル212 × 144 (2キロバイト)PhreneticcA little redone for the better.
2022年5月22日 (日) 06:032022年5月22日 (日) 06:03時点における版のサムネイル214 × 151 (2キロバイト)PhreneticcReduced "weight" of the file.
2007年9月29日 (土) 22:222007年9月29日 (土) 22:22時点における版のサムネイル214 × 151 (4キロバイト)Sopoforicoptimized with optipng
2006年3月18日 (土) 21:012006年3月18日 (土) 21:01時点における版のサムネイル214 × 151 (5キロバイト)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

以下のページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています: