You will want to work through this problem on paper before attempting to program it in Octave. Begin with a cube of edge length, x > 20 in. The edge length of the cube shrinks at a rate of r< 0.5 in/s. • Ask the user to specify the original edge length (be sure to communicate that the number must be larger than 20 and units are in inches) • Ask the user to choose a shrink rate (be sure to communicate units and range of acceptable values). • Ask the user to specify the time elapsed (be sure to communicate units and range of acceptable values). • Report back to the user what percent of the original volume remains. Report back to the user what percent of the original surface area remains. Submit a screen shot of your script and results screen with the following inputs. These inputs should appear ONLY in the command line and results screen, NOT in the script.
You will want to work through this problem on paper before attempting to program it in Octave. Begin with a cube of edge length, x > 20 in. The edge length of the cube shrinks at a rate of r< 0.5 in/s. • Ask the user to specify the original edge length (be sure to communicate that the number must be larger than 20 and units are in inches) • Ask the user to choose a shrink rate (be sure to communicate units and range of acceptable values). • Ask the user to specify the time elapsed (be sure to communicate units and range of acceptable values). • Report back to the user what percent of the original volume remains. Report back to the user what percent of the original surface area remains. Submit a screen shot of your script and results screen with the following inputs. These inputs should appear ONLY in the command line and results screen, NOT in the script.
Related questions
Question
his problem on paper before attempting to program it in Octave.
Begin with a cube of edge length, x > 20 in. The edge length of the cube shrinks at a rate of r < 0.5 in/s.
Ask the user to specify the original edge length (be sure to communicate that the number must
be larger than 20 and units are in inches)
Ask the user to choose a shrink rate (be sure to communicate units and range of acceptable
values).
Ask the user to specify the time elapsed (be sure to communicate units and range of acceptable
values).
Report back to the user what percent of the original volume remains.
Report back to the user what percent of the original surface area remains
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps