Difference between revisions of "31"
Jump to navigation
Jump to search
Tim Cobler (talk | contribs) (Created page with "Work In Progress Sample Matrix Code in Latex The code for a matrix with the bracket style is \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9\end{bmatrix} and if you want...") |
(No difference)
|
Revision as of 22:03, 29 March 2015
Work In Progress
Sample Matrix Code in Latex The code for a matrix with the bracket style is \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9\end{bmatrix} and if you want it to be paranthesis style switch bmatrix to pmatrix