summaryrefslogtreecommitdiff
path: root/52/CH2/EX2.53.c/Example2_53_c.sce
diff options
context:
space:
mode:
Diffstat (limited to '52/CH2/EX2.53.c/Example2_53_c.sce')
-rwxr-xr-x52/CH2/EX2.53.c/Example2_53_c.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/52/CH2/EX2.53.c/Example2_53_c.sce b/52/CH2/EX2.53.c/Example2_53_c.sce
new file mode 100755
index 000000000..cf0d921ae
--- /dev/null
+++ b/52/CH2/EX2.53.c/Example2_53_c.sce
@@ -0,0 +1,8 @@
+//Example 2.53 (c)
+//MAXIMA SCILAB TOOLBOX REQUIRED FOR THIS PROGRAM
+//Z transform of delta(n)
+clc;
+syms n z k;
+x=1;
+X=symsum(x*z^(-n),n,k,k);
+disp(X,'X(z)='); \ No newline at end of file