summaryrefslogtreecommitdiff
path: root/257/CH13/EX13.18/Example_13_18.sce
blob: 622b7732c3bcd911483aafc03d72a6fb684c5a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A=[1 0;1 1]
B=[1;1]
X=[1;0]
U=[1/s]
phi1=inv(s*eye(2,2)-A)

phi=phi1*B*U

a1=ilaplace(phi(1,1),s,t)
a3=ilaplace(phi(2,1),s,t)


S=[a1;a3]
disp(S,"X(t) = ")