summaryrefslogtreecommitdiff
path: root/46/CH22/EX22.1/Example22_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '46/CH22/EX22.1/Example22_1.sce')
-rwxr-xr-x46/CH22/EX22.1/Example22_1.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/46/CH22/EX22.1/Example22_1.sce b/46/CH22/EX22.1/Example22_1.sce
new file mode 100755
index 000000000..37d76c1e6
--- /dev/null
+++ b/46/CH22/EX22.1/Example22_1.sce
@@ -0,0 +1,7 @@
+//Example 22.1
+clc
+disp("f(t)=u(t)=1")
+disp("f(nT)=1")//for n>=0
+syms z n
+//From Eq.(22.8)
+Z=symsum(z^(-n),n,0,%inf) \ No newline at end of file