summaryrefslogtreecommitdiff
path: root/257/CH13/EX13.15/Example_13_15.sce
blob: 9596e06558040e4827503e5b54389b06af8d8b5d (plain)
1
2
3
4
5
6
7
8
9
syms t a1 a2 a3 a4
X=[%e^(-3*t); -3*%e^(-3*t)]
X1=diff(X,t)

x=[1;-3]
x1=[-3;9]
A=x1/x

disp(A," A= ")