Square matrices A and B are congruent if there exists a non-singular X such that B= XTAX .
For Hermitian congruence, seer Conjuctivity.
Congruence implies equivalence.
Square matrices A and B are conjunctive or hermitely congruent if there exists a non-singular X such that B= XHAX.
Two m*n matrices, A and B, are equivalent iff there exists a non-singular m*m matix Mand a non-singular n*n matrix N with B=MAN .
The Kronecker product of A:m#n and B:p#q is equal to the mp#nq matrix [a(1,1)B a(1,n)B ; ; a(m,1)B a(m,n)B ]. It is also known as the direct product or tensor product of A and B. The Kronecker Product operation is denoted by a × sign enclosed in a circle.
By converting an unknown matrix X into a long column vector x(:) by concatenating the columns of X, the following property allows the solution of matrix equations that involve sums of the form AXB+CXD+EXF + = Z. This is however a slow and often ill-conditioned way of solving such equations.
Real square matrices A and B are orthogonally similar if there exists an orthogonal Q such that B= QTAQ .
Orthogonal similarity implies both similarity and congruence.
See also: Unitary similarity
Square matrices A and B are similar if there exists a non-singular X such that B=X-1AX .
Similar matrices represent the same linear transformation in a different basis. Similarity implies equivalence .
Square matrices A and B are unitarily similar if there exists a unitary Q such that B= QHAQ .
Unitary similarity implies both similarity and conjunctivity. If A and B are real, they are orthogonally similar .
The Matrix Reference Manual is written by Mike Brookes, Imperial College, London, UK. Please send any comments or suggestions to mike.brookes@ic.ac.uk