diff options
Diffstat (limited to '1340/CH3/EX3.6/3_6.sce')
-rwxr-xr-x | 1340/CH3/EX3.6/3_6.sce | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/1340/CH3/EX3.6/3_6.sce b/1340/CH3/EX3.6/3_6.sce deleted file mode 100755 index 501518b40..000000000 --- a/1340/CH3/EX3.6/3_6.sce +++ /dev/null @@ -1,8 +0,0 @@ -clc;
-A =[0 1 0;0 0 1;-1 -2 -3];//A matrix
-B =[10;0;0];//B matrix
-C = [1 0 0];//C matrix
-ss = syslin('c',A,B,C,0);//defining a linear system
-ssprint(ss);
-tf = ss2tf(ss);//conversion from steady state to transfer function
-disp(tf,"Transfer Function :");
\ No newline at end of file |