

InterviewSolution
Saved Bookmarks
1. |
Write the order of matrix `[{:(-3,2),(4,-1),(0,2):}]` |
Answer» In the given matric, there are three rows and two columns. `:.` The order of the matrix = Number of rows `xx` number of columns=`3xx2` |
|