Using MATLAB
Q1. Given the Young's modulus (E), stress (σ), extension (ΔL), and load (F), where strain (ε) is defined as ΔL/original length and stress is defined as F/cross-sectional area, write a MATLAB script to find the radius of a 2 m long circular bar of steel which extends by 1.410-3 m under a tensile load of 1.2310 N. Use E = 2x10^11 Pa for the steel and cross-sectional area = π * radius^2.
Display your answer as: radius = (result) m.