zoukankan      html  css  js  c++  java
  • Introduction to Linear Algebra 笔记

    CH4

    The row space is perpendicular to the nullspace.(Ax=0)

    When the original Ax=b has no solution, multiply by ATand solve ATAx=ATb

    When the original Ax=b has no solution, we can solve Rx=QTb, (A=QR;Q是正交矩阵,所以

    QT=Q-1)

    triple product == determinant == volume

    CH6

    For each λsolve (A-λI)x=0 or Ax=λx to find an eigenvector x;

    The procudct of the n eigencalues equals the determinant of A

    the sum of the n eigenvalues equals the sum of the n diagonal of A,(the sum along the main diagonal is called the trace of A):Σλ= trace = Σi=jaij

     

     

  • 相关阅读:
    Linux
    网络
    线程池
    JVM内存结构相关知识
    JVM命令
    maven
    多线程
    AJAX、JSON
    JSP、EL、JSTL
    Mysql面试总结
  • 原文地址:https://www.cnblogs.com/yaoyansi/p/1768311.html
Copyright © 2011-2022 走看看