Properties
Category
English
Similar Topics
Statistics
Comments
4
Participants
3
Subscribers
3
Votes
1
Views
495
Share
Answered
I wanted to get sequence of triangles formed by joining the mid points of sides of the triangles. how to do that?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
Suppose your initial triangle is t1 and n is an integer slider then try
IterationList(Polygon(Midpoint(Element({Vertex(T)}, 1), Element({Vertex(T)}, 2)), Midpoint(Element({Vertex(T)}, 2), Element({Vertex(T)}, 3)), Midpoint(Element({Vertex(T)}, 3), Element({Vertex(T)}, 1))), T, {t1}, n)
For example like this:
Suppose your initial triangle is t1 and n is an integer slider then try
IterationList(Polygon(Midpoint(Element({Vertex(T)}, 1), Element({Vertex(T)}, 2)), Midpoint(Element({Vertex(T)}, 2), Element({Vertex(T)}, 3)), Midpoint(Element({Vertex(T)}, 3), Element({Vertex(T)}, 1))), T, {t1}, n)
Comments have been locked on this page!