Reviewing notes 1.1 of Analytic geometry
Chapter 1 Vector Algebra
♦ Vector Space
Vector and vector space
A vector is described as a quantity that has both direction and length. A vector space is a collection of these geometic objects that can be added together and multiplied by numbers.
What we mainly focus on is the vector space over the real number field,which is a nonempty set V together with two operations called addition and scalar multiplication.The sum u+v of two elements u,v∈V is also an element of V,and the scalar multiple cu of u∈V by the real number c is an element of V. These operations are required to satisfy the axioms followed.
Axiom
Let V be a vector space over the real number field:
(a)Addition is associative and commutative.
(b)There is a zero element θ such that u+θ=u for every u∈V.
(c)The distribution laws hold:
(c+d)u=cu+du,c(u+v)=cu+cv;
for every real numbers c,d and u,v∈V.
(d)(cd)u=c(du) for every real c,d,and u∈V.
(e)0u=θ,1u=u,for every u∈V.
Example
(a) In a vector space the additive inverse −u is often called the opposite vector of u; it has the same magnitude as the original and opposite direction and we have u+(-u)=θ and -(-u)=u.A unit vector in a normed vector space is a vector of length 1.The normalized vector û of a non-zero vector u is the unit vector in the direction of u.
(b) In Euclidean space, two vectors are orthogonal if and only if their scalar product is zero, or one of the vectors is zero. It is an extension of the concept of perpendicular vectors to spaces of any dimension.
Definition
A subset B of a vector space V is called a linearly dependent set if there exist distinct elements u1,u2...,um∈B And real numbers c1,c2...cm not all 0,such that c1u1 +c2u2 +...+cmum=θ.If B is not linearly dependent,then it is an linearly independent set.V is a finite dimensional vector space if some finite subset B of V spans V,namely every element u∈V is a linear combination u=c1u1+c2u2+...+cmum where u1,u2...,um∈B. If u1,u2...,um are linearly independent,then the combination is unique ,and we call the linearly independent set {u1,u2...,um} that spans V a basis for V.
Proposition
Vectors α,β,γ are coplanar if and only if there exist three real numbers λ,μ,ν such that λα+μβ+νγ=θ.
Reviewing notes 1.1 of Analytic geometry的更多相关文章
- 【Math for ML】解析几何(Analytic Geometry)
I. 范数(Norm) 定义: 向量空间\(V\)上的范数(norm)是如下函数: \[ \begin{align} \|·\|:V→R, \notag \\ x→\|x\| \notag \end{ ...
- Reviewing notes 1.1 of Advanced algebra
♦Linear map Definition Linear map A linear map from vector space V to W over a field F is a function ...
- Reviewing notes 2.1 of Mathematical analysis
Chapter2 Numerical sequence and function Cartesian product set If S and T are sets,then the cartesia ...
- PDF分享:国外优秀数学教材选评
<国外优秀数学教材选评>推荐书目下载 具体内容请查看原内容: http://www.library.fudan.edu.cn/wjzx/list/373-1-20.htm 或者http:/ ...
- 【转】科大校长给数学系学弟学妹的忠告&本科数学参考书
1.老老实实把课本上的题目做完.其实说科大的课本难,我以为这话不完整.科大的教材,就数学系而言还是讲得挺清楚的,难的是后面的习题.事实上做1道难题的收获是做10道简单题所不能比的. 2.每门数学必修课 ...
- NI Vision for LabVIEW 基础(一):NI Vision 简介
NI Vision 控件模板 Vision控件模板位于LabVIEW控件模板的最顶层,由一下元素组成: IMAQ Image.ctl—该控件是一个类型定义,用于声明图象类型的数据.在VI的前面板中使用 ...
- 特征向量-Eigenvalues_and_eigenvectors#Graphs 线性变换
总结: 1.线性变换运算封闭,加法和乘法 2.特征向量经过线性变换后方向不变 https://en.wikipedia.org/wiki/Linear_map Examples of linear t ...
- MIT课程
8.02 Physics II (电磁学基础) Introduction to electromagnetism and electrostatics: electric charge, Coulo ...
- <Differential Geometry of Curves and Surfaces>(by Manfredo P. do Carmo) Notes
<Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I== ...
随机推荐
- [019] Android平台调用WebService详解
http://blog.csdn.net/lyq8479/article/details/6428288/ http://www.cnblogs.com/gzggyy/archive/2011/06/ ...
- IDEA中快速排除maven依赖
选中该模块 点击show dependenties 切换试图 选中要排除的依赖,右击 选择Execlude,然后选择需要在哪个模块添加排除依赖 完成
- 【Dubbo学习】
dubbo的介绍 dubbo是一个分布式的开源框架,其核心部分如下: 1.服务提供者:provider 2.服务消费者:consumer 3.注册中心:registry (仅仅只是负责通知) 服务者在 ...
- [转] const T、const T*、T *const、const T&、const T*& 的区别
这里的T指的是一种数据类型,可以是int.long.doule等基本数据类型,也可以是自己类型的类型class.单独的一个const你肯定知道指的是一个常量,但const与其他类型联合起来的众多变化, ...
- 【NOIP2008】传纸条
[描述] Description 小渊和小轩是好朋友也是同班同学,他们在一起总有谈不完的话题.一次素质拓展活动中,班上同学安排做成一个m行n列的矩阵,而小渊和小轩被安排在矩阵对角线的两端,因此,他们就 ...
- dataTable写入数据库(大数据写入)
例1: connectionStr,链接字符串dataTableName, 数据库中对应表名sourceDataTable DataTable 要写入数据库的DataTable字段要和表一致 publ ...
- js数值和字符串比较的规则
1.数值和字符串比较时 a.若字符串为数字字符串,则将字符串转为数字,再比较 b.若字符串不为数字字符串,则直接返回false,因为这里把字符串转为了NaN, 数字与NaN比较,都返回false
- while 和do while循环的区别
int a; scanf_s("%d",&a); while(a>0) { //do something; } while循环先要判断条件是否成立,如果不成立,那么就 ...
- 9.hive聚合函数,高级聚合,采样数据
本文主要使用实例对Hive内建的一些聚合函数.分析函数以及采样函数进行比较详细的讲解. 一.基本聚合函数 数据聚合是按照特定条件将数据整合并表达出来,以总结出更多的组信息.Hive包含内建的一些基本聚 ...
- 简单基础路径配置(单用JSP)EASYUI
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"% ...