Problem 8049. Stress-Strain Properties - 2
The resilience of a material is its ability to resist permanent (or plastic) deformation. The resilience coincides with the elastic region in the figure below and is calculated as the area under the stress-strain curve up to the yield point. Given that the elastic region is presumed to be entirely linear, this area is a triangle. Write a function to calculate the resilience of a material provided its elastic strain and yield stress (yield strength).
(from quora.com)
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers186
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15594 Solvers
-
How to find the position of an element in a vector without using the find function
2742 Solvers
-
Getting the indices from a matrix
653 Solvers
-
495 Solvers
-
2053 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!