diff options
Diffstat (limited to '1340/CH4/EX4.1/4_1.sce')
-rwxr-xr-x | 1340/CH4/EX4.1/4_1.sce | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/1340/CH4/EX4.1/4_1.sce b/1340/CH4/EX4.1/4_1.sce deleted file mode 100755 index 61cfa6c8e..000000000 --- a/1340/CH4/EX4.1/4_1.sce +++ /dev/null @@ -1,18 +0,0 @@ -clc;
-s = %s;
-num = poly([-3],'s','roots');
-den = poly([-2 -4 -5],'s','roots');
-G = num/den;
-disp(G,"G(s)=");
-disp(laplace(1,t,s),"input is a step function:");
-syms t ;
-printf("C(s)=G(s)*R(s)=");
-K = G/s;
-C = syslin('c',K);
-disp(C);
-[A] = pfss(C);l=0;disp(A);
-for k = 1:size(A)
- F(k)= ilaplace(A(k),s,t);
- l = l+F(k);
-end
-disp(l,"c(t)=");
\ No newline at end of file |