> p:=(sqrt(5)-1)/2:
> q:=1:
> with(plottools):with(plots):
> s1:=sphere([p,1,0],p):
> s2:=sphere([p,-1,0],p):
> s3:=sphere([-p,-1,0],p):
> s4:=sphere([-p,1,0],p):
> t1:=sphere([0,p,1],p):
> t2:=sphere([0,p,-1],p):
> t3:=sphere([0,-p,-1],p):
> t4:=sphere([0,-p,1],p):
> u1:=sphere([1,0,p],p):
> u2:=sphere([-1,0,p],p):
> u3:=sphere([-1,0,-p],p):
> u4:=sphere([1,0,-p],p):
> display(s1,s2,s3,s4,t1,t2,t3,t4,u1,u2,u3,u4,scaling=constrained);
![[Maple Plot]](../work3/image/8908111.gif)
|
 |