Linear Algebra: transpose matrix

Source: Internet
Author: User

In the previous article, we have defined the transpose matrix. The transpose matrix of A is recorded as T (A), and we know that det (A) = det (A transpose ).

1. Transpose of Matrix Product
Matrix A and B, with T (AB) = T (B) * t ().
Matrix A1, a2... an, T (A1 * A2 *... an) = (T (an) * (T (an-1 ))*... * (T (A1 )).

2. Inverse Of the transpose matrix
The inverse matrix of A is recorded as I (a), and the unit matrix is recorded as E.
A * I (A) = E, T (A * I (a) = T (I (a) * T (A) = E, T (I () * A) = T (a) * t (I (a) = E. This indicates that the inverse matrix of the transpose is the transpose of the inverse.

3. Addition of transpose matrix
T (a + B) = T (A) + T (B ).

4. Vector transpose
Vectors are generally processed as column vectors, and the transpose of column vectors is the row vector.
If the vector is used as a matrix, the column vector is the Nx1 matrix, and the row vector is the 1xn matrix. If X is a row vector and Y is a column vector, x * Y is a 1x1 matrix, it can also be treated as a scalar.
Therefore, x.y = T (x) * Y = T (y) * X is used as the vector point multiplication.
Assume that A is a linear transformation matrix, ax. y = T (ax) * Y = T (x) * t (a) * Y = T (x) * (T (a) * y) = x. (T (a) Y ).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.