Message Boards Message Boards

0
|
2410 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

Problem with PolyhedronData["Dodecahedron","VertexCoordinates"]

Anonymous User
Anonymous User
Posted 10 years ago
PolyhedronData["Dodecahedron","VertexCoordinates"]

If I execute this expression on the Wolfram Programming Cloud I receive vertex coordinates like this:

Root[1 - 20 #1^2 + 80 #1^4 &, 3]

I’m not sure what to do with it. I couldn’t simplify or convert it to NumberForm. I’m probably doing something wrong.

POSTED BY: Anonymous User

To get the numerical value to any desired precision, use N:

In[2]:= N[Root[1 - 20 #1^2 + 80 #1^4 &, 3], 20]

Out[2]= 0.26286555605956680301

More information about Root objects is at http://reference.wolfram.com/language/ref/Root.html

POSTED BY: Ilian Gachevski
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract