summaryrefslogtreecommitdiff
path: root/830/CH3/EX3.2.6/Unit_Step_Sequence_Leftsided.sce
blob: e0f53b7ffa15afa618e030f6977bf891be54d20a (plain)
1
2
3
4
5
6
7
8
9
10
//Graphical//
//Example 3.2.6
//Z transform of x[n] = u[-n]
clear;
clc;
close;
syms n z;
x=(1)^n
X=symsum(x*(z^(n)),n,0,%inf)
disp(X,"ans=")