[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 #533 (Div. 2) B. Zuhair and Strings(字符串)
#include <bits/stdc++.h> using namespace std; int main() { int n,k;cin>>n>>k; stri ...
- 【noi 2.6_9265】取数游戏(DP)
题意:从自然数1到N中不取相邻2数地取走任意个数,问方案数. 解法:f[i][1]表示在前i个数中选了第i个的方案数,f[i][0]表示没有选第i个.f[i][1]=f[i-1][0]; f[i][ ...
- 1569: Wet Tiles
Description Alice owns a construction company in the town of Norainia, famous for its unusually dry ...
- K8S(14)监控实战-grafana出图_alert告警
k8s监控实战-grafana出图_alert告警 目录 k8s监控实战-grafana出图_alert告警 1 使用炫酷的grafana出图 1.1 部署grafana 1.1.1 准备镜像 1.1 ...
- 数理统计10(习题篇):寻找UMVUE
利用L-S定理,充分完备统计量法是寻找UMVUE的最方便方法,不过实际运用时还需要一些小技巧,比如如何写出充分完备统计量.如何找到无偏估计.如何求条件期望,等等.课本上的例题几乎涵盖了所有这些技巧,我 ...
- C# 数据类型(3)
动态类型 dynamic types 动态类型是后来引进的,他其实是一个static type,但是不像其他的静态类型,编译器不会检查你到底是啥类型(也不会检查你能不能去call某个'method') ...
- 图片转tfrecords
import numpy as np import tensorflow as tf import time import os import cv2 from sklearn.utils impor ...
- WebVR & CSS 3D & WebGL
WebVR & CSS 3D & WebGL VR https://developer.mozilla.org/en-US/docs/Web/API/WebVR_API https:/ ...
- JSDoc in action
JSDoc in action JSDoc https://jsdoc.app/index.html https://github.com/jsdoc/jsdoc $ npm -g jsdoc $ n ...
- js assert
js assert console.assert The console.assert() method writes an error message to the console if the a ...