

InterviewSolution
Saved Bookmarks
1. |
If `A=[{:(2,1),(0,4):}]" and B=[{:(3,4,5),(1,2,3):}]` then A and B are matrices of order `2xx2` and `2xx3` respectively. |
Answer» So, A and B are not comparable. Hence, `A+B` is not defined. |
|