

InterviewSolution
Saved Bookmarks
1. |
Give an example of twomatrices `A`and `B`such that`A!=O , B!=O , A B=O`and `B A!=O`(ii) `A!=O , B!=O , A B=B A=O`. |
Answer» `A=[{:(1,0),(0,0):}],B=[{:(0,0),(1,0):}]` | |