adplus-dvertising
frame-decoration

Question

What is the output of the following code?
>>syms s;
>> ztrans('n',s)

a.

s/(s-1)²

b.

ns/(s-1)²

c.

s/(ns-1)²

d.

Error

Answer: (a).s/(s-1)²

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?