This is the first in a series of problems regarding mechanics of materials, in particular, material properties drawn from stress-strain responses. A simplified typical stress-strain response is illustrated below (from quora.com):
The yield stress is the pressure required to start deformation of the material being tested. The yield point is the point along the response indicated by the yield stress (vertical axis) and the yield strain (horizontal axis). The response of the material up to this point is elastic, meaning that all deformation is reversible. The elastic modulus (E, also known as modulus of elasticity or Young's modulus) is the slope of this line. Write a function to calculate the elastic modulus for a material, provided the elastic strain and yield stress (yield point).
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers333
Suggested Problems
-
The Hitchhiker's Guide to MATLAB
3414 Solvers
-
Solve the set of simultaneous linear equations
504 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
893 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
359 Solvers
-
1264 Solvers
More from this Author139
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The figure is missing.
@Rafael S.T. Vieiera: thanks for pointing that out. The image has been updated.
Easy.