summaryrefslogtreecommitdiff
path: root/257/CH4/EX4.19/example_4_19.sce
blob: 21d4919cf3bb8b32008e724a0e26d0c8581a3199 (plain)
1
2
3
4
5
6
syms B1 x1 x2 B2 K M s
disp("differential equations are")
F=B1*s*(x1-x2)
disp(F)
zero=B1*s*(x2-x1)+M*s^2*x2+K*x2+B2*s*x2
disp(zero)