惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

TaoSecurity Blog
TaoSecurity Blog
T
Troy Hunt's Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Vercel News
Vercel News
T
Threatpost
G
Google Developers Blog
T
Threat Research - Cisco Blogs
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
T
The Exploit Database - CXSecurity.com
H
Heimdal Security Blog
Google DeepMind News
Google DeepMind News
Cyberwarzone
Cyberwarzone
T
The Blog of Author Tim Ferriss
Know Your Adversary
Know Your Adversary
Hacker News: Ask HN
Hacker News: Ask HN
www.infosecurity-magazine.com
www.infosecurity-magazine.com
S
Schneier on Security
B
Blog
V2EX - 技术
V2EX - 技术
NISL@THU
NISL@THU
C
CERT Recently Published Vulnerability Notes
W
WeLiveSecurity
C
Cybersecurity and Infrastructure Security Agency CISA
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Y
Y Combinator Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Spread Privacy
Spread Privacy
The Last Watchdog
The Last Watchdog
V
Vulnerabilities – Threatpost
N
Netflix TechBlog - Medium
Schneier on Security
Schneier on Security
F
Fortinet All Blogs
N
News | PayPal Newsroom
Attack and Defense Labs
Attack and Defense Labs
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
S
Security @ Cisco Blogs
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
P
Privacy & Cybersecurity Law Blog
P
Proofpoint News Feed
Project Zero
Project Zero
I
Intezer
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
SecWiki News
SecWiki News
Martin Fowler
Martin Fowler

博客园 - thh

svm资料收集 难题--autoconf、automake、libtool Linq 中不爽之处 关于UI设计的文章汇总 Window Live Writer LR 剖析器 MVP模式中的P和V关系 Guid、Int、BigInt编号的速度和存储空间的比较 静态构造函数线程安全的几个版本[转载] 区域性 ID 2155 (0x086B)不是受支持的区域性 解决方法 windbg给clr设置断点 python ip和int 互转函数 interface与pojo类之间的关系 关于OpenId Python SOAPpy访问asp.net web service 代码 Python SOAPpy 和 .net WebService Type.GetType 获得本Assembly以外的类型 NHibernate 代码生成工具 NHibernate使用笔记
向量空间及其他相关数学结构
thh · 2018-03-22 · via 博客园 - thh

向量空间: https://zh.wikipedia.org/wiki/%E5%90%91%E9%87%8F%E7%A9%BA%E9%97%B4

    给定FF上的向量空间V是一个集合,其上定义了两种二元运算

  • 向量加法 + : V × V → V,把V中的两个元素 u 和 v 映射到V中另一个元素,记作 u + v
  • 标量乘法 · : F × V → V,把F中的一个元素 a 和 V 中的一个元素u变为V中的另一个元素,记作 a ·u

     V中的元素称为向量,相对地,F中的元素称为标量。

   概念化及额外结构

   研究向量空间很自然涉及一些额外结构。额外结构如下:

赋范向量空间是具有“长度”概念的向量空间。是通常的欧几里得空间 Rn 的推广

范数(norm),是具有“长度”概念的函数:

               ----  欧几里德范数

 如果拓扑向量空间的拓扑可以被范数导出,这个拓扑向量空间被称为赋范向量空间

 拥有范数的向量空间就是赋范向量空间。同样,拥有半范数的向量空间就是赋半范向量空间

欧几里得空间    ----   希尔伯特空间高等代数教科书中也被称为欧几里得空间

                          ---> n维欧几里得空间   推广

                          ---> 欧几里得距离

                          ---> 欧氏空间是一个度量空间,因此也是一个具有由度量推导出的自然拓扑的拓扑空间

                n维向量空间:   以{\displaystyle \mathbb {R} }\mathbb {R} 表示实数域。对任意一个正整数n,实数的n元组的全体构成了{\displaystyle \mathbb {R} }\mathbb {R} 上的一个n维向量空间,用{\displaystyle \mathbb {R} ^{n}}\mathbb {R} ^{n}来表示。有时称之为实数坐标空间。 

                        --->   n维实数坐标空间 是实n维向量空间的原型。

                欧几里得结构:

                 <\mathbf {x} ,\mathbf {y} >=\sum _{i=1}^{n}x_{i}y_{i}=x_{1}y_{1}+x_{2}y_{2}+\cdots +x_{n}y_{n}   称为{\displaystyle \mathbb {R} ^{n}}\mathbb {R} ^{n}上的欧几里得结构

                欧氏空间:    \mathbb {R} ^{n}仅指实数向量空间,而加入了如上定义的欧几里得结构后才称为欧氏空间

                                  ---  欧氏空间是一个度量空间,因此也是一个具有由度量推导出的自然拓扑的拓扑空间

                "欧氏空间也称为欧几里得空间,是带有“内积”的实数域上的一类向量空间"  ---- http://blog.csdn.net/y954877035/article/details/52150151

超平面(Hyperplane)是 {\displaystyle n}n 维欧氏空间中余维度等于{\displaystyle 1}1的线性子空间。这是平面中的直线、空间中的平面之推广

******

参考:

《普林斯顿数学指南》 1、2、3卷相关章节

《理解数学空间,从距离到希尔伯特空间》http://blog.csdn.net/shijing_0214/article/details/51052208