Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Graphing/Solving Differential Equation

1 visualización (últimos 30 días)
jake stan
jake stan el 19 de Mzo. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I tried to solve it by using dsolve, however I'm not even sure if I'm doing it right. How do I get it in terms of x? Would the equivalent equation to the 2nd ODE in that picture be D2y=-P*t/bstiff
syms bstiff P t L
def=dsolve('D2y=-P*t/bstiff','y(L)=0','Dy(L)=0')
slope=diff(def)
L = 2.0;
edef=subs(def)
eslo=subs(slope)
f = symfun(eslo + edef, t);
bstiff = 1.0; P = 1.0;
ef = subs(f);
fplot(ef, [0 L])
end
  1 comentario
Birdman
Birdman el 19 de Mzo. de 2018
Have you tried my answer?

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by