show/hide this revision's text 2 re-tagged, re-titled, added context to question

Fast multiplication by the inverseEfficient computation of AB^-1 for matrices

Hi there,

Sorry if this has already been asked before. I tried googling for it, but perhaps I could not find the right words to search for. My question is: Which is the fastest way to compute A*inv(B)A*inv(B) [edit] where A and B are matrices?

show/hide this revision's text 1

Fast multiplication by the inverse

Hi there,

Sorry if this has already been asked before. I tried googling for it, but perhaps I could not find the right words to search for. My question is: Which is the fastest way to compute A*inv(B)?