Addition of matrices

From Robotics
Revision as of 16:51, 15 May 2014 by Nickchen (talk | contribs)

Jump to: navigation, search
← Back: The transpose of a matrix Overview: Matrices Next: Multiplication with a vector

Requirement for the addition of two matrices is, that they have the same number of rows and the same number of colums. So both matrices have to be an m-by-n matrix. The addition is made by adding each the components:


rt