[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 ...
随机推荐
- Traveling Salesman among Aerial Cities 旅行商(TSP)问题
题目链接:点我 问题: 给你n个点的坐标(x,y,z).从点(a,b,c) 到另一个点 (p,q,r) 的距离是:|p−a|+|q−b|+max(0,r−c) 问你从一个点为起点,找一条能经过其他所有 ...
- Educational Codeforces Round 102 (Rated for Div. 2) B. String LCM (构造,思维)
题意:给你两个字符串\(a\)和\(b\),找出它们的\(lcm\),即构造一个新的字符串\(c\),使得\(c\)可以由\(x\)个\(a\)得到,并且可以由\(y\)个\(b\)得到,输出\(c\ ...
- 关于贪心算法的经典问题(算法效率 or 动态规划)
如题,贪心算法隶属于提高算法效率的方法,也常与动态规划的思路相挂钩或一同出现.下面介绍几个经典贪心问题.(参考自刘汝佳著<算法竞赛入门经典>).P.S.下文皆是我一个字一个字敲出来的,绝对 ...
- Miller_Rabbin算法判断大素数
普通的素数测试我们有O(√ n)的试除算法.事实上,我们有O(s*log³n)的算法. 下面就介绍一下Miller_Rabbin算法思想: 定理一:假如p是质数,且(a,p)=1,那么a^(p-1)≡ ...
- KafkaBroker 简析
Kafka 依赖 Zookeeper 来维护集群成员的信息: Kafka 使用 Zookeeper 的临时节点来选举 controller Zookeeper 在 broker 加入集群或退出集群时通 ...
- 深入 Python 解释器源码,我终于搞明白了字符串驻留的原理!
英文:https://arpitbhayani.me/blogs/string-interning 作者:arpit 译者:豌豆花下猫("Python猫"公众号作者) 声明:本翻译 ...
- 虚拟环境之间批量pip安装包"迁移"
在某个虚拟环境中通过 pip freeze > requirements.txt 将该环境下所有的包写入文档, 然后切换至另一虚拟环境, pip install -r requirements. ...
- Apple Screen Recorder All In One
Apple Screen Recorder All In One Apple macOS 自带录屏 QuickTime Player https://support.apple.com/zh-cn/g ...
- React render algorithm & Fiber vs Stack
React render algorithm & Fiber vs Stack React 渲染算法 & Fiber vs Stack https://stackoverflow.co ...
- GitHub for VSCode
GitHub for VSCode A first-party GitHub OAuth application (GitHub for VSCode) with repo and workflow ...