I am currently using the %*% matrix multiplication function, however I wish to do the opposite (matrix division) and the %/% is for integer division. I have browsed online and haven't found a way to "undue" my matrix division, is there a built in function for this in R?
Cheers,