Question: error recursive equation but it is not recursive

February 06 2013 by williamov 35
false

0


when doing ztransform

restart;
with(inttrans):
with(SumTools):
network := sqrt(2*p)*((s-p)^(i-1))/((s+p)^i)
ztrans(network, s, z);

error, recursive

 
Loading Comments & Answers