Page 1 of 1

Derive the numerical method formula and help me write an Octave code using Euler's method (ode45).

Posted: Thu May 05, 2022 11:48 am
by answerhappygod
Derive the numerical method formula and help me write
an Octave code using Euler's method (ode45).
Derive The Numerical Method Formula And Help Me Write An Octave Code Using Euler S Method Ode45 1
Derive The Numerical Method Formula And Help Me Write An Octave Code Using Euler S Method Ode45 1 (144.93 KiB) Viewed 33 times
The following equation can be used to model the deflection of a sailboat mast subject to a wind force: d²y = (L z)² - dz² 2EI where f= wind force, E = modulus of elasticity, L = mast length, and I = moment of inertia. Calculate the deflection if y = 0 and dy/dz = 0 at z = 0. Use parameter values off= 60, L=30, E = 1.25×108, and I = 0.05 for your computation.