1.1. Vectors and Linear Combinations向量和线性组合

emmm,想写细一点,发现下面的概括很准确了,没必要

REVIEW OF THE KEY IDEAS

  1. A vector v in two-dimensional space has two components v1 and v2.(二维空间中的向量v,有2个分量v1和v2)

  2. $v + w = ( v1 + w1, v2 + w2) $and \(cv = ( cv1, cv2)\) are found a component at a time.(向量的加法和数乘,每次计算出一个分量)

  3. A linear combination of three vectors u and v and w is cu+ dv + ew.(向量的线性组合)

  4. 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

  1. The dot product \(v • w\) multiplies each component \(v_i\) by \(w_i\) and adds all \(v_iw_i\). (2个向量的点积 = 对应分量乘积之和)

  2. The length \(||v||\) is the square root of \(v · v\). Then \(u = v / ||v||\) is a unit vector : length 1.(向量长度是向量自身点积的算术平方根,单元向量的长度是1)

  3. The dot product is \(v · w\) = 0 when vectors \(v\) and \(w\) are perpendicular.(2个向量互相垂直时,点积为0)

  4. 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

  1. Matrix times vector: A\(x\) = combination of the columns of A(矩阵 × 向量 = 矩阵中列向量的线性组合)

  2. The solution to A\(x\) = b is \(x\) = \(A^{-1}b\), when A is an invertible matrix.(如果A是可逆矩阵,那么Ax=b方程的解是:x=\(A^{-1}b\))

  3. 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解)

  4. This section is looking ahead to key ideas, not fully explained yet.(1.3这个小节有点超前了。os:确实,很多概念在公开课上都是后面会详细讲的,这部分目前只需要简单知道就行,讲太细会丧失学习兴趣的)

[MIT 18.06 线性代数]Intordution to Vectors向量初体验的更多相关文章

  1. PYTHON替代MATLAB在线性代数学习中的应用(使用Python辅助MIT 18.06 Linear Algebra学习)

    前言 MATLAB一向是理工科学生的必备神器,但随着中美贸易冲突的一再升级,禁售与禁用的阴云也持续笼罩在高等学院的头顶.也许我们都应当考虑更多的途径,来辅助我们的学习和研究工作. 虽然PYTHON和众 ...

  2. nginx stream module on mt7621(newifi3 d2) with openwrt 18.06.2

    因为需要使用nginx的stream模块,专门编译了一个nginx安装包,适用于openwrt 18.06.2版本,mt7621平台 顺便记录一下编译的笔记: 1.修改feeds/packages/n ...

  3. 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 ...

  4. OpenWrt 18.06.1的ss-redir, 以及在乐视超4 X40上看Youtube

    在18.06里面要设个透明代理, 就一直不成功 各种TIME OUT, PRIVATE SSL ERROR, 换回旧版的luci-app-shadowsocks也不行. 我就一直想, 到底这东西还能有 ...

  5. Ubuntu18.04和OpenWrt 18.06.0 下使用aria2和BaiduExport处理百度盘下载

    Ubuntu下没有可用的百度盘客户端, 下载大文件如果通过浏览器就会特别不可靠. 可以使用Chrome插件 BaiduExport 得到下载链接和参数后, 通过aria2进行下载. Aria2安装 直 ...

  6. CentOS7安装docker 18.06

    原文:CentOS7安装docker 18.06 一.CentOS Docker 安装 参考docker 官方网站:https://docs.docker.com/install/linux/dock ...

  7. [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 ...

  8. [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 ...

  9. {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 ...

随机推荐

  1. Codeforces Round #636 (Div. 3)

    比赛链接:https://codeforces.com/contest/1343 A - Candies 题意 有一数列 x + 2x + 4x + ... + 2k-1x = n,输出 k ≥ 2 ...

  2. 二叉树增删改查 && 程序实现

    二叉排序树定义 一棵空树,或者是具有下列性质的二叉树:(1)若左子树不空,则左子树上所有结点的值均小于它的根结点的值:(2)若右子树不空,则右子树上所有结点的值均大于它的根结点的值:(3)左.右子树也 ...

  3. ef实现左关联查询

    在EF中,当在dbset使用join关联多表查询时,连接查询的表如果没有建立相应的外键关系时,EF生成的SQL语句是inner join(内联),对于inner join,有所了解的同学都知道,很多时 ...

  4. [Golang]-2 Map关联数组与下划线(_)的意义

    目录 map 下划线(underscore) 用在import 用在返回值 用在变量 map map 是 Go 内置关联数据类型(在一些其他的语言中称为哈希 或者字典 ). func main() { ...

  5. Docker文件挂载总结

    Docker容器启动的时候,如果要挂载宿主机的一个目录,可以用-v参数指定. 譬如我要启动一个centos容器,宿主机的/test目录挂载到容器的/soft目录,可通过以下方式指定: # docker ...

  6. Nginx 四层负载均衡

    目录 四层负载均衡概述 配置七层负载均衡 配置四层负载均衡 四层负载均衡概述 四层负载均衡是基于IP+端口的负载均衡,七层负载均衡是基于URL或主机名等应用层信息的负载均衡. 其他层负载均衡(转载): ...

  7. 6.Header交换机之模拟验证用户身份

    标题 : 6.Header交换机之模拟验证用户身份 目录 : RabbitMQ 序号 : 6 var channel = connection.CreateModel(); ​ //设置服务质量 ch ...

  8. 海 鱼立 鲷 & 海䲞鲷

    海 鱼立 鲷 & 海䲞鲷 䲞 lì 鲷 diāo 二长棘鲷 二长棘鲷(学名:Parargyrops edita)为辐鳍鱼纲鲈形目鲷科二长棘鲷属的鱼类,俗名板鱼.䲞鱼.盘仔鱼.立花.赤鬃.长鳍. ...

  9. CSS flex waterfall layout

    CSS flex waterfall layout https://github.com/YoneChen/waterfall-flexbox https://css-tricks.com/snipp ...

  10. calendar merge date

    calendar merge date componentDidMount () { const { monthDays, // monthDates, } = this.props; const d ...