AJMIT KUMAR
MNNIT ALLAHABAD
Followers: 0 Following: 0
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...
1 year 前 | 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 =...
4 years 前 | 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...
4 years 前 | 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))...
4 years 前 | 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...
4 years 前 | 1 个回答 | 0