MCQOPTIONS
Saved Bookmarks
| 1. |
What is the nature of the 2nd vector input in the following command? |
| A. | a m*n matrix where m=length( vector_1 ) |
| B. | a m*n matrix where n=length( vector_1 ) |
| C. | a m*n matrix where m>length( vector_1 ) |
| D. | a m*n matrix where n>length( vector_1 )View Answer |
| Answer» B. a m*n matrix where n=length( vector_1 ) | |