Guest User

Untitled

a guest
Jul 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. documentclass{beamer}
  2. usepackage[utf8]{inputenc}
  3. usepackage[T1]{fontenc}
  4. usepackage{blkarray, bigstrut}
  5.  
  6. begin{document}
  7.  
  8. begin{frame}
  9. [ bigstrutjot=5pt
  10. X = begin{blockarray}{*{7}{c}}
  11. & 1 & 2 & dots & j & dots &n \
  12. begin{block}{r[*{6}{c}]}%
  13. 1 & & & & & & bigstrut[t]\
  14. 2 & & & & & & \
  15. vdots & & & & & & \
  16. i & & & & & & \
  17. vdots & & & & & & \
  18. m & & & & & & bigstrutjot = 3ptbigstrut[b]\
  19. end{block}
  20. end{blockarray} ]
  21. end{frame}
  22.  
  23. end{document}
Add Comment
Please, Sign In to add comment