1 / 16

Some useful linear algebra

Some useful linear algebra. Linearly independent vectors. span(V): span of vector space V is all linear combinations of vectors v i, i.e. The eigenvalues of A are the roots of the characteristic equation. diagonal form of matrix. Eigenvectors of A are columns of S. Similarity transform.

Télécharger la présentation

Some useful linear algebra

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Some useful linear algebra

  2. Linearly independent vectors • span(V): span of vector space V is all linear combinations of vectors vi,i.e.

  3. The eigenvalues of A are the roots of the characteristic equation diagonal form of matrix Eigenvectors of A are columns of S

  4. Similarity transform then A and B have the same eigenvalues The eigenvector x of A corresponds to the eigenvector M-1x of B

  5. Rank and Nullspace

  6. Least Squares • More equations than unknowns • Look for solution which minimizes ||Ax-b|| = (Ax-b)T(Ax-b) • Solve • Same as the solution to • LS solution

  7. Properties of SVD si2 are eigenvalues of ATA Columns of U (u1 , u2 , u3 ) are eigenvectors of AAT Columns of V (v1 , v2 , v3 ) are eigenvectors of ATA

  8. Solving pseudoinverse of A equal to for all nonzero singular values and zero otherwise with

  9. Least squares solution of homogeneous equation Ax=0

  10. Enforce orthonormality constraints on an estimated rotation matrix R’

  11. Newton iteration f( ) is nonlinear parameter measurement

  12. Levenberg Marquardt iteration

More Related