How to verify whether the matrix of a non-square matrix is reversible

Source: Internet
Author: User

How can we prove whether the matrix of a non-square matrix is reversible?

  1. It is generally used to define the inverse matrix of the square matrix and to study whether the square matrix is reversible or inverse;

  2. For non-square arrays, such as C (m x N) and M = N, the product of C and its transpose matrix C is usually defined:

    The inverse matrix of T = CC' (m-Order Matrix) or T = C' C (n-order matrix) is the 'generalized inverse matrix 'of the C-matrix '.

  3. For example, the generalized inverse matrix defined in (2) always exists when | T | =0. The proof method is the same as that of the square array.

  4. Example: c = 1, 2, 3

    Row 2: 3, 2, 1

    C transpose C': 1, 3

    Row 2: 2

    Row 3: 3, 1

    T = CC': 14,10

    Row 2: 10, 14. The inverse matrix of T exists, because: | T | ≠ 0.

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.