Image:Triangles with equal areas.png

From Wikipedia, the free encyclopedia

Triangles_with_equal_areas.png (3KB, MIME type: image/png)

Two triangles with equal areas. File is in the public domain. Created with the software package Eukleides, using the source code

box(0,0,5,3)
A = point(0.7,0.7)
B = point(2.2,.9)
C1 = point(0.2,1.4)
C2 = translation(C1, 3*vector(A,B))

draw(line(A,B))
draw(line(C1,C2))

thickness(3)
draw(A)
draw(B)
draw(C1)
draw(C2)

draw(A,B,C1)
draw(segment(A,C2))
draw(segment(B,C2))

draw("$A$",A,-90:)
draw("$B$",B,-90:)
draw("$C_1$",C1,90:)
draw("$C_2$",C2,90:)


GFDL

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
Subject to disclaimers.

File history

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.


No pages on the English Wikipedia link to this file. (Pages on other projects are not counted.)