

InterviewSolution
Saved Bookmarks
1. |
The order of a matrix is `4xx1` and every element in the matrix is 5. Find the matrix. |
Answer» Correct Answer - `[{:(5),(5),(5),(5):}]_(4xx1)` | |