# NOT RUN {
tf(1, c(1,2,1))
sys1 <- tf(1, c(1,2,1))
sys1$num
sys1$den
# }
# NOT RUN {
for single-input multi-output systems (SIMO) each numerator row for one output
# }
# NOT RUN {
num = rbind(c(0,1,1), c(1,0,1))
den = rbind(c(1,3,2))
tf(num, den)
# }
Run the code above in your browser using DataLab