diff options
Diffstat (limited to '104/CH2/EX2.25')
-rwxr-xr-x | 104/CH2/EX2.25/2_25.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/104/CH2/EX2.25/2_25.sce b/104/CH2/EX2.25/2_25.sce new file mode 100755 index 000000000..34c172423 --- /dev/null +++ b/104/CH2/EX2.25/2_25.sce @@ -0,0 +1,6 @@ +//final value thereom
+z=%z
+sys=syslin('c',0.792*z^2/((z-1)*(z^2-0.416*z+0.208)))
+syms z
+l=limit(sys*(1-z^-1),z,1)
+disp(l,"limit as k approaches infinity=")
\ No newline at end of file |