Difference between revisions of "Matrices"

From Robotics
Jump to: navigation, search
Line 2: Line 2:
  
 
:<math>
 
:<math>
\mathbf{M}=\left[\begin{barray}
+
\mathbf{M}=\left[
 
+
\begin{array}{ccc}
\end{barray}
+
a_{11} & a_{12} & a_{13}\\
 +
a_{21} & a_{22} & a_{23}\\
 +
a_{31} & a_{32} & a_{33}
 +
\end{array}\right]
 
</math>
 
</math>

Revision as of 14:51, 15 May 2014

This article deals with some fundamental matrix features and the basic arithmetic operations.


\mathbf{M}=\left[
\begin{array}{ccc}
a_{11} & a_{12} & a_{13}\\
a_{21} & a_{22} & a_{23}\\
a_{31} & a_{32} & a_{33}
\end{array}\right]