Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
5
Task/Pentagram/Maple/pentagram.maple
Normal file
5
Task/Pentagram/Maple/pentagram.maple
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
with(geometry):
|
||||
RegularStarPolygon(middle, 5/2, point(c, 0, 0), 1):
|
||||
v := [seq(coordinates(i), i in DefinedAs(middle))]:
|
||||
pentagram := plottools[rotate](plottools[polygon](v), Pi/2):
|
||||
plots[display](pentagram, colour = yellow, axes = none);
|
||||
Loading…
Add table
Add a link
Reference in a new issue