MCQOPTIONS
Bookmark
Saved Bookmarks
→
VITEEE
→
VITEEE - 2018
→
For any non- singular matri..
1.
For any non- singular matrix A, A-1 =
A.
|A|adj A
B.
1 /|A|adj A
C.
adj A⁄|A|
D.
None of Above
Answer» D. None of Above
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
<p>If a matrix has equal number of columns and rows then it is said to be a</p>
<p>Matrix A when multiplied with Matrix C gives the Identity matrix I, what is C?</p>
<p>What is the disadvantage of matrices?</p>
<p>Which of the following are the uses of matrices?</p>
<p>If column-major order is used, how is the following matrix stored in memory?<br /> a b c<br /> d e f<br /> g h i</p>
<p>If row-major order is used, how is the following matrix stored in memory?<br /> a b c<br /> d e f<br /> g h i</p>
<p>What does the following piece of code do?</p> <pre> for(int i = 0; i < row; i++) { for(int j = 0; j < column; j++) { if(i == j) sum = sum + (array[i][j]); } } System.out.println(sum);</pre>
<p>Select the code snippet which performs matrix multiplication.(a and b are the two given matrices, resultant marix is c)</p>
<p>How do you allocate a matrix using a single pointer in C?(r and c are the number of rows and columns respectively)</p>
<p>Which of the following property does not hold for matrix multiplication?</p>
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply