Community Profile

photo

deepak mishra


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


i am trying to run this code by copying for multistored earthquake animations.please help someone why i am facing error
sol=NDSolve[{u1''[t]+2*u1[t]-u2[t]==0,u2''[t]-u1[t]+2*u2[t]- u3[t]==0, u3''[t]-u2[t]+2*u3[t]-u4[t]==0, u4''[t]- u3[t]+u4[t]==0...

3 years ago | 0 answers | 0

0

answers

Answered
i am getting error in line 18 of invalid use of operator.please help me solving this
Can you please change it Actually I have no knowledge of matlab I have to use it in my Web development project. Please help ...

3 years ago | 0

| accepted

Question


i am getting error in line 18 of invalid use of operator.please help me solving this
clear all close all m1 =12000; m2 =10000; m3 =8000; k1 =3000; k2 =2400; k3 =1800; A =[( k1 + k2 )/ m1 - k2 / m1 0 ; - k2...

3 years ago | 3 answers | 0

3

answers