adplus-dvertising
frame-decoration

Question

Matrix A when multiplied with Matrix C gives the Identity matrix I, what is C?

a.

Identity matrix

b.

Inverse of A

c.

Square of A

d.

Transpose of A

Answer: (b).Inverse of A

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Matrix A when multiplied with Matrix C gives the Identity matrix I, what is C?

Similar Questions

Discover Related MCQs

Q. What is the disadvantage of matrices?

Q. Which of the following are the uses of matrices?

Q. If column-major order is used, how is the following matrix stored in memory?
a b c

d e f

g h i

Q. If row-major order is used, how is the following matrix stored in memory?
a b c

d e f

g h i

Q. How do you allocate a matrix using a single pointer in C?(r and c are the number of rows and columns respectively)

Q. Which of the following property does not hold for matrix multiplication?

Q. What is the order of a matrix?

Q. What are the advantages of sparse matrices over normal matrices?

Q. What is sparsity of a matrix?

Q. Suppose the contents of an array A are, A = {1, null, null, null, null, 10};
What would be the size of the array considering it as a normal array and a sparse array?

Q. What is the difference between a normal(naive) array and a sparse array?

Q. When do you use a sparse array?

Q. What is a sparse array?

Q. What is the worst case time complexity of inserting an element into the sorted array?

Q. What are some of the applications of sorted arrays?

Q. To search for an element in a sorted array, which searching technique can be used?

Q. What is a sorted array?

Q. What are some of the disadvantages of parallel arrays?

Q. What are the advantages of parallel arrays over the traditional arrays?

Q. What are parallel arrays?