Time Complexity Analysis of Matrix Operation

154 Views Asked by At

What is the Time Complexity of the Following operation X'(X transponse) ans XX' Could you explain me the cost of these operation in time complexity domain ?

What is the time Complexity of X^-1 (X inverse)

Finally getting all the Operation done at same time (XX')^-1