Matrix Operations
•
•
A+B
- Addition, element by element
–
"ZZ=[1,1,1;2,2,2]"
–
ZZ =
»
1
1
1
»
2
2
2
–
"W=Z+ZZ"
–
W =
•
2
3
4
•
5
8
11