adplus-dvertising
frame-decoration

Question

What is the output of the following code?
P=tf([1 2],[3 4]);
Q=tf([1 2],[3 4]);
Z=P.Q;
ilpalace(Z)

a.

Error

b.

t

c.

d.

Cannot be determined

Answer: (a).Error

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?