summaryrefslogtreecommitdiff
path: root/842/CH10/EX10.13/Example10_13.sce
blob: 5750db240feef3de880db1a4fb97db95109b4276 (plain)
1
2
3
4
5
6
//clear//
//Example10.13:Inverse z tranform ofInFinite duration discrete sequence
//Power Series Method (OR)//Long Division Method
z = %z;
a = 2;
X = ldiv(z,z-a,5)