

InterviewSolution
Saved Bookmarks
1. |
Give an example of a row matrix which is also a column matrix. |
Answer» As we know that order of a row matrix = 1 x n and order of a column matrix = m x 1 So, order of a row as well as column matrix = 1 x 1 Therefore, required matrix A = [aij]1 x 1 |
|