Difference between revisions of "Template:Important topics"

From Robotics
Jump to: navigation, search
Line 18: Line 18:
 
<td valign="top">
 
<td valign="top">
 
'''[[Matrices]]'''<br>
 
'''[[Matrices]]'''<br>
This article gives a brief explanation of matrices and basic arithmetic algebra.
+
This article gives a brief explanation of matrices and basic arithmetic algebra. After a brief introduction [[Multiplication with a scalar|multiplication with a scalar]] and computing the [[The transpose of a matrix|transpose]] is described. Conclusively the approaches for [[Addition of matrices|addition]] and [[Multiplication of matrices|multiplication]] of matrices to each other are presented.
 
</td>
 
</td>
 
</tr>
 
</tr>

Revision as of 16:35, 16 May 2014

Verctorpartition.png

Vector algebra
This article gives a brief explanation of vectors and vector algebra. After a short introduction to vector algebra unit vectors and simple arithmetic operations are presented. Afterwards the dot product and the cross product are briefly explained.

Matrices.png

Matrices
This article gives a brief explanation of matrices and basic arithmetic algebra. After a brief introduction multiplication with a scalar and computing the transpose is described. Conclusively the approaches for addition and multiplication of matrices to each other are presented.

Matrixinversion.png

Matrix inversion
After describing the preconditions for the existence of an inverse and its definition, the minors and cofactors of a matrix are explained. Based on these an example formula to compute the determinant of a 4-by-4 matrix is presented. Conclusively two procedures to determine the inverse of a matrix, the Gauß-Jordan-Algorithm and the Adjugate Formula, are introduced and clarified by examples.