机器学习|数学基础Mathematics for Machine Learning系列之线性代数(23):维数基与坐标

Posted 海轰Pro

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了机器学习|数学基础Mathematics for Machine Learning系列之线性代数(23):维数基与坐标相关的知识,希望对你有一定的参考价值。

前言

Hello!小伙伴!
非常感谢您阅读海轰的文章,倘若文中有错误的地方,欢迎您指出~
 
自我介绍 ଘ(੭ˊᵕˋ)੭
昵称:海轰
标签:程序猿|C++选手|学生
简介:因C语言结识编程,随后转入计算机专业,有幸拿过一些国奖、省奖…已保研。目前正在学习C++/Linux/Python
学习经验:扎实基础 + 多做笔记 + 多敲代码 + 多思考 + 学好英语!
 
机器学习小白阶段
文章仅作为自己的学习笔记 用于知识体系建立以及复习
知其然 知其所以然!

往期文章

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(1):二阶与三阶行列式、全排列及其逆序数

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(2):n阶行列式、对换

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(3):行列式的性质

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(4):行列式按行(列)展开

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(5):克拉默法则

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(6):矩阵的运算

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(7):逆矩阵

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(8):矩阵的初等变换

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(9):矩阵的秩、线性方程组的解

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(10):向量组及其线性组合

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(11):向量组的线性相关性

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(12):向量组的秩

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(13):线性方程组的解的结构

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(14):向量空间

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(15):向量的内积、长度及正交性

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(16):方阵的特征值与特征向量

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(17):相似矩阵

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(18):对称矩阵的对角化

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(19):二次型及其标准形

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(20):用配方法化二次型为标准形

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(21):正定二次型

【机器学习|数学基础】Mathematics for Machine Learning系列之线性代数(22):线性空间的定义与性质

6.2 维数、基与坐标

定义2

在线性空间 V V V中,如果存在 n n n个元素 α 1 , α 2 , . . . , α n \\alpha_1,\\alpha_2,...,\\alpha_n α1,α2,...,αn,满足:

  • α 1 , α 2 , . . . , α n \\alpha_1,\\alpha_2,...,\\alpha_n α1,α2,...,αn线性无关
  • V V V中任一元素 α \\alpha α总可由 α 1 , α 2 , . . . , α n \\alpha_1,\\alpha_2,...,\\alpha_n α1,α2,...,αn线性表示

那么 α 1 , α 2 , . . . , α n \\alpha_1,\\alpha_2,...,\\alpha_n α1,α2,...,αn就称为线性空间 V V V的一个基, n n n称为线性空间 V V V的维数

只含有一个零元素的线性空间没有基,规定它的维数为0

维数为 n n n的线性空间称为 n n n维线性空间,记作 V V V

对于 n n n维线空间 V n V_n Vn,若知 α 1 , α 2 , . . . , α n \\alpha_1,\\alpha_2,...,\\alpha_n α1,α2,...,αn V n V_n Vn的一个基,则 V n V_n Vn可表示为

V n = { α = x 1 α 1 + x 2 α 2 + . . . + x n α n | x 1 , x 2 , . . . , x n ∈ R } V_n=\\{\\alpha=x_1\\alpha_1+x_2\\alpha_2+...+x_n\\alpha_n|x_1,x_2,...,x_n \\in \\mathbb{R} \\} Vn={α=x1α1+x2α2+...+xnαnx1,x2,...,xnR}

V n V_n Vn是基 α 1 , α 2 , . . . , α n \\alpha_1,\\alpha_2,...,\\alpha_n α1,α2,...,αn所生成的线性空间

α 1 , α 2 , . . . , α n \\alpha_1,\\alpha_2,...,\\alpha_n α1,α2,...,αn V n V_n Vn的一个基,则对任何 α ∈ V n \\alpha \\in V_n αVn,都有惟一的一组有序数 x 1 , x 2 , . . . , x n x_1,x_2,...,x_n x1,x2,...,xn,使

α = x 1 α 1 + x 2 α 2 + . . . + x n α n \\alpha=x_1\\alpha_1+x_2\\alpha_2+...+x_n\\alpha_n α=x1α1+x2α2+...+xnαn

反之,任给一组有序数 x 1 , x 2 , . . . , x n x_1,x_2,...,x_n x1,x2,...,xn,总有惟一的元素

α = x 1 α 1 + x 2 α 2 + . . . + x n α n = ( α 1 , α 2 , . . . , α n ) [ x 1 x 2 . . . x n ] ∈ V n \\alpha=x_1\\alpha_1+x_2\\alpha_2+...+x_n\\alpha_n =(\\alpha_1,\\alpha_2,...,\\alpha_n)\\begin{bmatrix} x_1\\\\ x_2\\\\ .\\\\ .\\\\ .\\\\ x_n \\end{bmatrix} \\in V_n α=x1α1+x2α2+

以上是关于机器学习|数学基础Mathematics for Machine Learning系列之线性代数(23):维数基与坐标的主要内容,如果未能解决你的问题,请参考以下文章

机器学习|数学基础Mathematics for Machine Learning系列之图论:树及其性质

机器学习|数学基础Mathematics for Machine Learning系列之图论:树及其性质

机器学习|数学基础Mathematics for Machine Learning系列之图论(10):匹配基本定理

机器学习|数学基础Mathematics for Machine Learning系列之图论(10):匹配基本定理

机器学习|数学基础Mathematics for Machine Learning系列之图论(10):匹配基本定理

机器学习|数学基础Mathematics for Machine Learning系列之矩阵理论(16):向量和矩阵的极限