In Matrix notation what does it mean X 'X

$\begingroup$

In matrix notation what does it mean X 'X I see it in this academic paper, I can't find it in matrix operation and can't search with google.

page 7 , paragraph 3.1

$\endgroup$ 3

1 Answer

$\begingroup$

$X'$ is the transpose matrix and $X'X$ is the product the same matrix. exemple $$X=\left(\matrix{1 & 2&4\\1&3&5}\right),$$ then, $$X'X=\left(\matrix{1 & 1\\2&3\\4&5}\right)\left(\matrix{1 & 2&4\\1&3&5}\right).$$

$\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