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)