Feeds
질문
Unable to solve stiff differential equation
I have solved many nonlinear differential using ode45 previously. For the current stiff nonlinear differential equation, I use...
2년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
How to solve Multiple DOF Mass Spring Damper system and find/plot acceleration, velocity & displacement vs time
Finally I did it myself Function Code: - % ODE Function function dxdt = Ransom(t,x) m1 = 25.81; m2 = 15.36; m3 = 40.35; m4 =...
How to solve Multiple DOF Mass Spring Damper system and find/plot acceleration, velocity & displacement vs time
Finally I did it myself Function Code: - % ODE Function function dxdt = Ransom(t,x) m1 = 25.81; m2 = 15.36; m3 = 40.35; m4 =...
거의 5년 전 | 0
| 수락됨
질문
How to solve Multiple DOF Mass Spring Damper system and find/plot acceleration, velocity & displacement vs time
I know to solve 1 DOF system but i dont know to solve multiple DOF (Matrix will come instead of single value); Also how to find...
거의 5년 전 | 답변 수: 2 | 0
2
답변질문
How to solve this complicated equation
Find the value of D ? (In RHS term, D is also present, see equations below) where (Note - Use N(x,t) instead of N(z,t))...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
How can I solve this equation in which variable is in power
I tried this but getting wrong solution syms a b c d eqn1 = 2.1544 == a*(5.95^b) + c*(5.95^d); eqn2 = 1.71 == a*(6.72^b) + c...
거의 5년 전 | 답변 수: 1 | 0
