Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. documentclass[11pt]{book}
  2.  
  3. usepackage{amsmath,amsfonts,amssymb,amsthm}
  4.  
  5. makeatletter
  6. renewcommand*env@matrix[1][*c@MaxMatrixCols c]{%
  7. hskip -arraycolsep
  8. let@ifnextcharnew@ifnextchar
  9. array{#1}}
  10. makeatother
  11.  
  12. usepackage{tikz}
  13.  
  14. begin{document}
  15.  
  16. begin{equation}
  17. begin{bmatrix}[cccc|c]
  18. 1 & 0 & -1 & 0 & 0 \
  19. 0 & 1 & 2 & 0 & 0 \
  20. 0 & 0 & 0 & 1 & 0
  21. end{bmatrix}\
  22. end{equation}
  23.  
  24. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement