Python and matrix theory--eigenvalues and eigenvectors

Source: Internet
Author: User

Characteristic value knowledge point: "Singular matrix"
    • The judgment matrix is not a matrix (the equal number of rows and columns). If the number of rows and columns is not equal, then the singular matrix and the non-singular matrix are not.
    • Look at the determinant of matrices | a| is equal to 0, if equal to 0, the matrix A is a singular matrix, if not equal to 0, the matrix A is a non-singular matrix.
    1. If | A|≠0 The matrix A is reversible, the invertible matrix is a non-singular matrix, and the non-singular matrix is also a reversible matrix.
    2. If a is singular matrix, then ax=0 has infinite solution, ax=b has infinite solution or no solution.
    3. If a is a non-singular matrix, then ax=0 has only a unique zero solution, and Ax=b has a unique solution.
Feature vectorsSummary:
Eigenvalues and eigenvectors: properties of eigenvalues and eigenvalues of eigenvectors: properties of eigenvectors
Example 1 examples 2 Examples 3

Python and matrix theory--eigenvalues and eigenvectors

Related Article

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.