matlab译文第4部分课程.pptVIP

  • 7
  • 0
  • 约9.72千字
  • 约 43页
  • 2016-12-04 发布于江苏
  • 举报
3)The reconstruction of polynomial A=poly(x) roots and poly are a pair of inverse functions x =[ -8.0194 -0.5075 + 0.9736i -0.5075 - 0.9736i 1.0344 ]; z=poly(x) z = 1.0000 8.0000 0.0000 0.0000 -9.9996 4) The arithmetic of polynomial Addition subtract like the same operations of vectors, notes that padding zeros on the high bits A=[1 2 3 4 5 6] C=A+B=[1 2 5 8 6 10] B=[0 0 2 4 1 4] Multiplication C=conv(A,B) Example2: compute the product of polynomial and polynomial A=[1 8 0 0 -10]; B=[2 -1 3]; C=conv(

文档评论(0)

1亿VIP精品文档

相关文档