summaryrefslogtreecommitdiff
path: root/104/CH2/EX2.22/2_22.sce
blob: c6c8177c128bd67da22e4758f63c200b4607a765 (plain)
1
2
3
4
5
//z transform
syms n z;
x =1;
X = symsum(x*(z^(-n)),n,0,%inf)
disp(X,"ans=")