Difference between revisions of "Addition of matrices"

From Robotics
Jump to: navigation, search
(Created page with "{{Navigation|before=The transpose of a matrix|overview=Matrices|next=Multiplication with a vector}}")
 
Line 1: Line 1:
 
{{Navigation|before=[[The transpose of a matrix]]|overview=[[Matrices]]|next=[[Multiplication with a vector]]}}
 
{{Navigation|before=[[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:<br/><br/>
 +
:<math>
 +
rt
 +
</math>

Revision as of 16:51, 15 May 2014

← 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