Community Profile

photo

Chrissy Kimemwenze


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
I am trying find the response of a three story building using 4th order runge kutta but my response is diverging I am not sure why can someone help?
Here is the equation I am trying to solve. I tried using ode45 but I can get it to work.

1 year ago | 0

Question


I am trying find the response of a three story building using 4th order runge kutta but my response is diverging I am not sure why can someone help?
m = (500*1000) M = [2*m 0 0; 0 2*m 0; 0 0 m] [nd,nd]= size(M) disp('mass matrix') M %insert elcentro data t = e002 accn ...

1 year ago | 1 answer | 0

1

answer