zoukankan      html  css  js  c++  java
  • Linear Algebra lecture7 note

    Computing the nullspace (Ax=0)

    Pivot variables-free variables

    Special solutions: rref( A)=R

     


    image

    image

    rank of A=the number of pivots=2

    由上述矩阵行变换回代可得方程

    image

    我们自行给free variable对应的x赋值

    image

    得到一个特解x为

    image表示的意思是image

     

    再赋一组值

    image表示的意思是image

    以上特解可以组成通解

    image

     


    Reduce row(echelon form:zeros above and below pivots) 行最简形

    image

    rref (A) means  (reduced row echelon form of A)

    There are some information that this kind of form tells:

    1.pivot rows are row1 and row2

    2.pivot cols are col1 and col3

    3.this matrix conclude an I(Identity) in it , made by pivot rows and pivot cols

    4.全0行表示原行是其他行的线性组合

    5.可得知自由列

    6.回代得到特解

    image

    即我们由AX=0到UX=0,最终得到RX=0

    交换R中各列,可得如下形式

    image

    rref form:

    image

    假设N是RX=0的一个特解

    image

    回代:

    image

    若Xfree赋值单位矩阵I,那么Xpivot可得到-F

    特解与F有关,方程得以解出

    example:

    image

     

    image

    image

  • 相关阅读:
    手机操作
    模拟手机操作
    get_attribute_value
    test_order
    信息收集-FOFA资产收集与FOFA api
    html中form讲解
    安装redis
    yum vs rpm
    yum 安装java环境
    显示当前目录所有文件大小的命令ls -lht
  • 原文地址:https://www.cnblogs.com/nanocare/p/6016351.html
Copyright © 2011-2022 走看看