[MIT 18.06 线性代数]Intordution to Vectors向量初体验
1.1. Vectors and Linear Combinations向量和线性组合
emmm,想写细一点,发现下面的概括很准确了,没必要
REVIEW OF THE KEY IDEAS
A vector v in two-dimensional space has two components v1 and v2.(二维空间中的向量v,有2个分量v1和v2)
$v + w = ( v1 + w1, v2 + w2) $and \(cv = ( cv1, cv2)\) are found a component at a time.(向量的加法和数乘,每次计算出一个分量)
A linear combination of three vectors u and v and w is cu+ dv + ew.(向量的线性组合)
Take all linear combinations of u, or u and v, or u, v, w. In three dimensions,
those combinations typically fill a line, then a plane, then the whole space \(R^3\) .(在三维的情况下,u、u和v、u,v和w的全部线性组合,分别能够填满一条线、一个平面和一个三维空间)
1.2 Lengths and Dot Products向量长度和点积
emmm,想写细一点,发现下面的概括很准确了,没必要
REVIEW OF THE KEY IDEAS
The dot product \(v • w\) multiplies each component \(v_i\) by \(w_i\) and adds all \(v_iw_i\). (2个向量的点积 = 对应分量乘积之和)
The length \(||v||\) is the square root of \(v · v\). Then \(u = v / ||v||\) is a unit vector : length 1.(向量长度是向量自身点积的算术平方根,单元向量的长度是1)
The dot product is \(v · w\) = 0 when vectors \(v\) and \(w\) are perpendicular.(2个向量互相垂直时,点积为0)
The cosine of θ ( the angle between any nonzero v and w) never exceeds 1(任意2个非0向量夹角的余弦值都不超过1):
Cosine \(cosθ = \frac{v · w}{||v||||w||}\), Schwarz inequality \(|v·w|≤||v||||w||\)
1.3 Matrices矩阵
矩阵只是一种表示方式,一种形式,重要的是:矩阵中元素的解释方式、矩阵间操作的含义,矩阵和向量间操作的含义。
某种意义上来说,可以理解为:解线性方程组的时候,嫌麻烦,想少写点字。。。因此简化成了矩阵形式。。。
一些和矩阵密切相关的概念(简单知道就行,公开课也没在第一章讲这些,而是在后面的章节细说):
- Linear Equations线性方程组
- The Inverse Matrix逆矩阵
- Cyclic Differences循环差
- Independence and Dependence线性无关与线性相关
REVIEW OF THE KEY IDEAS
Matrix times vector: A\(x\) = combination of the columns of A(矩阵 × 向量 = 矩阵中列向量的线性组合)
The solution to A\(x\) = b is \(x\) = \(A^{-1}b\), when A is an invertible matrix.(如果A是可逆矩阵,那么Ax=b方程的解是:x=\(A^{-1}b\))
The cyclic matrix C has no inverse. Its three columns lie in the same plane.(循环矩阵C没有逆矩阵,它的3个列向量在同一个平面上)
Those dependent columns add to the zero vector. Cx = 0 has many solutions.(线性相关的列向量和为0向量时,有非0解)
This section is looking ahead to key ideas, not fully explained yet.(1.3这个小节有点超前了。os:确实,很多概念在公开课上都是后面会详细讲的,这部分目前只需要简单知道就行,讲太细会丧失学习兴趣的)
[MIT 18.06 线性代数]Intordution to Vectors向量初体验的更多相关文章
- PYTHON替代MATLAB在线性代数学习中的应用(使用Python辅助MIT 18.06 Linear Algebra学习)
前言 MATLAB一向是理工科学生的必备神器,但随着中美贸易冲突的一再升级,禁售与禁用的阴云也持续笼罩在高等学院的头顶.也许我们都应当考虑更多的途径,来辅助我们的学习和研究工作. 虽然PYTHON和众 ...
- nginx stream module on mt7621(newifi3 d2) with openwrt 18.06.2
因为需要使用nginx的stream模块,专门编译了一个nginx安装包,适用于openwrt 18.06.2版本,mt7621平台 顺便记录一下编译的笔记: 1.修改feeds/packages/n ...
- NVIDIA-docker报错:docker-ce (= 5:18.09.0~3-0~ubuntu-xenial) but 18.06.0~ce~3-0~ubuntu is to be installed
报错: The following packages have unmet dependencies: nvidia-docker2 : Depends: docker-ce (= 5:18.09.0 ...
- OpenWrt 18.06.1的ss-redir, 以及在乐视超4 X40上看Youtube
在18.06里面要设个透明代理, 就一直不成功 各种TIME OUT, PRIVATE SSL ERROR, 换回旧版的luci-app-shadowsocks也不行. 我就一直想, 到底这东西还能有 ...
- Ubuntu18.04和OpenWrt 18.06.0 下使用aria2和BaiduExport处理百度盘下载
Ubuntu下没有可用的百度盘客户端, 下载大文件如果通过浏览器就会特别不可靠. 可以使用Chrome插件 BaiduExport 得到下载链接和参数后, 通过aria2进行下载. Aria2安装 直 ...
- CentOS7安装docker 18.06
原文:CentOS7安装docker 18.06 一.CentOS Docker 安装 参考docker 官方网站:https://docs.docker.com/install/linux/dock ...
- [Mathematics][MIT 18.03] Proof of a Theory about the Solution to Second-order Linear Homogeneous Differential Equation
At first, I'd like to say thank you to MIT open courses which give me the privilege to enjoy the mos ...
- [Mathematics][MIT 18.03] Detailed Explanation of the Frequency Problems in Second-Order Differential Equation of Oscillation System
Well, to begin with, I'd like to say thank you to MIT open courses twice. It's their generosity that ...
- {A} + {B} 分类: HDU 2015-07-11 18:06 6人阅读 评论(0) 收藏
{A} + {B} Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total ...
随机推荐
- Codeforces Round #622 (Div. 2) A. Fast Food Restaurant(全排列,DFS)
Codeforces Round #622 (Div. 2) A. Fast Food Restaurant 题意: 你是餐馆老板,虽然只会做三道菜,上菜时还有个怪癖:一位客人至少上一道菜,且一种菜最 ...
- hdu3635 Dragon Balls
Problem Description Five hundred years later, the number of dragon balls will increase unexpectedly, ...
- hdu-6699 Block Breaker
题意: 就是给你一个n行m列的矩形,后面将会有q次操作,每次操作会输入x,y表示要击碎第x行第y列的石块,当击碎它之后还去判断一下周围石块是否牢固 如果一个石块的左右两边至少一个已经被击碎且上下也至少 ...
- hdu3033 I love sneakers!
Problem Description After months of hard working, Iserlohn finally wins awesome amount of scholarshi ...
- nuoyanli 520 Let‘s play computer game
H题 描述 xxxxxxxxx在疫情期间迷上了一款游戏,这个游戏一共有nnn个地点(编号为1--n1--n1--n),他每次从一个地点移动到另外一个地点需要消耗 一定的能量,每一个地点都有一些珠宝,输 ...
- Codeforces Round #667 (Div. 3) B. Minimum Product (贪心,数学)
题意:给你\(a\)和\(b\)两个数,每次操作可以是任意一个数\(-1\),最多操作\(n\),并且\(a\ge x\),\(b\ge y\),求操作后\(a*b\)的最小值. 题解:观察样例并且在 ...
- C#程序报找不到时区错误
原因:win10电脑里的时区在win7里不全有 解决:将win10时区注册表导出,在win7电脑上安装 时区注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wi ...
- SQL Server的嵌套存储过程中使用同名的临时表怪像浅析
SQL Server的嵌套存储过程,外层存储过程和内层存储过程(被嵌套调用的存储过程)中可以存在相同名称的本地临时表吗?如果可以的话,那么有没有什么问题或限制呢? 在嵌套存储过程中,调用的是外层存 ...
- CF1459-C. Row GCD
CF1459-C. Row GCD 题意: 给出两个整数序列\(a.b\),他们的长度分别为\(n,m\).对于数组\(b\)中的每个数字,让你求出\(gcd(a_1+b_j,a_2+b_j,..., ...
- java 提供了哪些IO方式
今天听了杨晓峰老师的java 36讲,感觉IO这块是特别欠缺的,所以讲义摘录如下: 欢迎大家去订阅: 本文章转自:https://time.geekbang.org/column/article/83 ...