How to calculate matrix tr(AB)

$\begingroup$

I have these Matrix A and B below in the image:

enter image description here

And i wonder how do i calculate the tr(AB)? I have done this by taking the diagonal in each Matrix A and B:

3 * 6 + 1 * 5 + 5 * 9 = 67

But after that i get stuck i have tried to search for an answer but i couldn't find any thing that explained that?

$\endgroup$ 3

1 Answer

$\begingroup$

You can read about the list of properties of trace of a matrix - here.

Now, in this problem, you have to find $AB$ first, but explicitly evaluating the matrix product and then sum the diagonal elements. There no other easier way about it.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like