首页 > 其他 > 详细

linear algebra review

时间:2016-03-12 18:26:20      阅读:130      评论:0      收藏:0      [点我收藏+]

Pattern Recognition第一节课ML都不会算了,呵呵,linear algebra忘得一塌糊涂,抓这个周末时间好好好好复习复习咯~

------------------------------------------------------

1. Elementary row operations:

Replacement(Replace one row by the sum of itself and a multiple of another row.)

Interchange(Interchange two rows.)

Scaling(Multiply all entries in a row by a nonzero constant.)

Strictly speaking, in linear algebra, two matrices are row equivalent if one can be changed to the other by a sequence of elementary row operations. 

2. The transpose of a matrix: 将矩阵的行和列换过来

3. Suppose A=[a b; c d], A^-1 A=I   The determinant of A is det A = ad-bc. A is invertible if and only if det A != 0. 行列式符号是在矩阵两边加两个杠。

[A I]  -->  [I A^-1] 

4. The rank of a matrix A, denoted by rank A, is the dimension of the column space of A. A is an invertible matrix if and only if rank A = 0

 

linear algebra review

原文:http://www.cnblogs.com/ycjing/p/5269494.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!