Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. y(0) = x(-1) + x(-2) + y(-1) = 0
  2. y(1) = x(0) + x(-1) + y(0) = 1
  3. y(2) = x(1) + x(0) + y(1) = 2
  4. y(3) = x(2) + x(1) + y(2) = 2
  5. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement