Image:Triangles with equal areas.png

From Wikipedia, the free encyclopedia

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:)

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current08:09, 23 September 2003253×118 (3 KB)AxelBoldt (Talk | contribs) (Two triangles with equal areas)

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