adplus-dvertising
frame-decoration

Question

What is the output of the following code?
syms n;ztrans(2^n,z)

a.

z/(z-2)

b.

z/(z+2)

c.

z/(2-z)

d.

z/(2+z)

Answer: (a).z/(z-2)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the following code?