I need to multiply the inverse of a matrix A to another matrix B. If B were to be a vector, I would simply solve a linear system Ax = B to get the product x=inv(A)B. With B being a matrix, I don't know the most efficient way|method to compute inv(A)B.

Kindly share your experience.

More Chinedu Nwaigwe's questions See All
Similar questions and discussions