Hello, Can anyone help me with solving below?
EI(d^4v/dx^4) = w
Boundary conditions are
v(x=0) = 0 ; v(x=L)= 0; dv/dx(x=0) = 0 ; dv/dx(x=L) = 0

댓글 수: 2

madhan ravi
madhan ravi 2018년 10월 31일
편집: madhan ravi 2018년 10월 31일
whats EI? upload the question in latex form
Stephan
Stephan 2018년 10월 31일
EI usually represents the stiffness matrix

댓글을 달려면 로그인하십시오.

 채택된 답변

madhan ravi
madhan ravi 2018년 10월 31일
편집: madhan ravi 2018년 10월 31일

0 개 추천

syms y(x) w EI L
c1=y(0)==0
y1 = diff(y,x)
c2=y1(0)==0
c3=y(L)==0
c4=y1(L)==0
y(x)=dsolve(diff(y,x,4)==w/EI,c1,c2,c3,c4)

댓글 수: 2

Ahmed Al Jasar
Ahmed Al Jasar 2018년 10월 31일
Thank you so much.
madhan ravi
madhan ravi 2018년 10월 31일
Anytime :)

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Ahmed Al Jasar
Ahmed Al Jasar 2018년 10월 31일

0 개 추천

y''''=w/EI, y(0)=0, y'(0)=0 ,y(L)=0, y'(L)=0
I am trying to find a deflection in a beam y(x), which is dependent on the load(w) and the stiffness (EI), E and I are constant so I guess I need to do all of them symbolic!

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

질문:

2018년 10월 31일

댓글:

2018년 10월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by