Question: Write a script that creates a table structure to store materials properties. The table structure should be named MaterialProperties and should include the following column

Write a script that creates a table structure to store materials properties. The table structure should be named MaterialProperties and should include the following column
variables (in order)
Assign material names to the Name column
Assign density to the Density column
Assign the yield strength to the Yield column
Assign the modulus of elasticity (i.e. the stiffness of the material) to the Elasticity column
Add the following metadata to the table
Add a description of 'Mechanical property data for common metals'
Add units of 'kg/m^3', 'MPa', and 'GPa' to the Density , Yield, and Elasticity columns respectively.
Assign the data for the two metals shown in the table below to the Materialproperties table structure.
Write a script that creates a table structure to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mechanical Engineering Questions!