summaryrefslogtreecommitdiff
path: root/257/CH7/EX7.31/example_7_31.sce
blob: a805531fac095b4860d90e1d732083bf53275161 (plain)
1
2
3
4
5
6
7
8
9
syms k1 k2 s k t
T= s/(s+k1*k2+k1*k)          //solving the block diagram

T1=k1/(s*(s+2*k1))
y=ilaplace(T1,s,t)
disp(y, " y = ")