zoukankan      html  css  js  c++  java
  • A problem of dimension in Vector Space and It's nullspace

    A problem of dimension in Vector Space and It's nullspace

    A easy Problem

    This problem from a lemma that is Dimension Counting Theorem

    [dim(V) + dim(W) = dim(Vcap W) + dim(V+W) ]

    This lemma is easily to be proof by the concept of set of vectors, we cloud regard (V) as the set of vectors.

    And the question is:

    Now, Let's proof this problem:

    1. To proof (v) and (w) and (u) are independent, we could consider (x_1v+x_2u+x_3w = 0) if only (x_1=x_2=x_3 = 0)
    2. we cloud assume that part (x) from (v)'s and (u)'s is in (V), so the part from (w) is (-x).
    3. But the problem is, (x) is from (V), so, (-x) must from (V), so, (-x) must comes from (u)
    4. Now the combination of give 0 in (x_1v+x_2u+x_3w = 0) comes from only (u) and (v) , because (x) and (-x) both from (V), so coefficients in (x_1) and (x_2) must all 0, and (x_3) also is 0 because of the it from (w), and (w) is independent.

    A Special Condition In Vector Space

    This question has a special form in Vector Space and in Matrix,

    We could write as (Ax=0) and define the Four Fundamental Subspaces of (A), we have a hypothesis that (A) is (m imes n) matrix, and define (R) = (rref(A)) which comes from Gaussian elimination.

    1. The row space is (C (A^T )), a subspace of (R^n)
    2. The column space is (C(A)), a subspace of (R^m)
    3. The nullspace is (N (A)), a subspace of (R^n)
    4. The left nullspace is (N(A^T)), a subspace of (R^m). This is the nullspace of (A^T) .

    The most important things we consider is the relationship between rank of (r) , (m), (n) and the dimensions of this four subspace.

    We cloud get below conclusions easily:

    1. The column space of (A) has dimension (r). The column rank equals the row rank.
    2. But we should pay attention the column space and the row space, the row space of (A) and (R) are the same, but the column didn't.
    3. (A) has the same nullspace as (R) Same dimension (n - r) and same basis.
    4. The left nullspace of (A) (the nullspace of (A^T) ) has dimension (m - r).

    The question we want to interpret is the dimension of nullspace, for (A) and (R), why it is (n-r), we could use the formula above that:

    [dim(V) + dim(W) = dim(Vcap W) + dim(V+W) ]

    in this formula, (V) = row space, (W) = nullspace and there are all in (R^n). So all we want to proof is (dim(V cap W)) is (0), how to proof this?

    Assume that a vector (x_i) belongs to (V) and (W) at the same time, then, consider (Ax=0), then (Ax_i = 0) and

    [left[ egin{array}{c} x_1\ vdots\ x_i\ vdots\ x_m\ end{array} ight] x_{i = 0} ]

    So, (x_i = 0) , (dim(V cap W) = 0) ,

  • 相关阅读:
    财务【抛转分录】问题总结
    [底稿抛转]报分录底稿有错误,原理说明
    [底稿抛转]单据、底稿、分录之间的数据关系
    2018年新安装AIO5客户 须知(各种情况处理)
    ERP系统中:生日提醒-农历版
    ERP报错:所在的期间无效,但又无法新增账套期间。
    TWaver3D直线、曲线、曲面的绘制
    TWaver可视化编辑器的前世今生(四)电力 云计算 数据中心
    TWaver可视化编辑器的前世今生(三)Doodle编辑器
    TWaver可视化编辑器的前世今生(二)3D编辑器
  • 原文地址:https://www.cnblogs.com/wevolf/p/12990685.html
Copyright © 2011-2022 走看看