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...") |
Tim Cobler (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Work In Progress | + | == Work In Progress == |
− | Sample Matrix Code in Latex | + | == Sample Matrix Code in Latex == |
The code for a matrix with the bracket style is | The code for a matrix with the bracket style is | ||
\begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9\end{bmatrix} | \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9\end{bmatrix} | ||
− | and if you want it to be | + | and if you want it to be parenthesis style switch bmatrix to pmatrix |
+ | |||
+ | == Chapter 2 Problems == | ||
+ | [[2.1]] Matrix Operations | ||
+ | [[2.2]] The Inverse of a Matrix | ||
+ | [[2.3]] Characterization of Inverse Matrices | ||
+ | [[2.5]] Matrix Factorization |
Latest revision as of 22:07, 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 parenthesis style switch bmatrix to pmatrix
Chapter 2 Problems
2.1 Matrix Operations 2.2 The Inverse of a Matrix 2.3 Characterization of Inverse Matrices 2.5 Matrix Factorization