summaryrefslogtreecommitdiff
path: root/104/CH2/EX2.22
diff options
context:
space:
mode:
Diffstat (limited to '104/CH2/EX2.22')
-rwxr-xr-x104/CH2/EX2.22/2_22.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/104/CH2/EX2.22/2_22.sce b/104/CH2/EX2.22/2_22.sce
new file mode 100755
index 000000000..c6c8177c1
--- /dev/null
+++ b/104/CH2/EX2.22/2_22.sce
@@ -0,0 +1,5 @@
+//z transform
+syms n z;
+x =1;
+X = symsum(x*(z^(-n)),n,0,%inf)
+disp(X,"ans=") \ No newline at end of file