Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

4 Point Bending Tests are used to test samples of a material. 13 1 13- P12 Write a MATLAB function named bending to calculate information

image text in transcribed

4 Point Bending Tests are used to test samples of a material. 13 1 13- P12 Write a MATLAB function named bending to calculate information about the material for each The function will have three inputs and two return values The first input will be the applied load P - The second input will be the support span L The third input will be the measured elastic deflection d The first return value of the function should be E the elastic modulus . The second return value should be o the maximum stress To determine the first return value, use this equation to determine the elastic modulus E - 10 PI3 0.0013 d. To determine the second return value, use this equation to determine the maximum stress 50 PL 0= 0012 Notes: Example Test Case: [modulus, stress] =bending(5, 0.18, 0.0015) results in modulus=194.4 x 10 (194.4GPa) and stress = 45 x 106 (45MPa) DO NOT include test cases

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions

Question

(b) A bcam of low speed protons are introduced into a cyclotron.

Answered: 1 week ago

Question

What is topology? Explain with examples

Answered: 1 week ago