Guest User

Untitled

a guest
Feb 15th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. documentclass{article}
  2.  
  3.  
  4. begin{document}
  5. begin{tabular}{r|*{19}{l}}
  6. $K$ & 0 && 1&& 2 && 3 && 4 && 5 && 6 && 7 && 8 && 9 tabularnewline
  7. hline
  8. $y_{K}$ & 2 && 3&& 5 && 8 && 9 && 9 && 8 && 7 && 7 && 6 tabularnewline
  9. hline
  10. $Delta y_{K}$ && 1 && 2&& 3 && 1 && 0 && -1 && -1 && 0 && -1 tabularnewline
  11. end{tabular}
  12.  
  13.  
  14.  
  15.  
  16. end{document}
Advertisement
Add Comment
Please, Sign In to add comment