Solving 3D Geometry Problems with Python

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
IntelvsAMD
Messages
2
Reaction score
0

Homework Statement


Requirements: http://i.imgur.com/2WKyhto.png

Homework Equations


2(L * W + L * H + W * H)
SA = (2 * pi * radius * height + 2 * pi * radius^2)
height = (volume)/(pi * radius^2)

The Attempt at a Solution


Code link: http://pastebin.com/sKFEGN0C
 
Last edited by a moderator:
Physics news on Phys.org
There is no question in your post.

Also, please make the effort to put the meat of your post in the post itself, not in external links. The code in particular could easily have been pasted in, in between
Matlab:
tags.