-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patha-2020-vision-of-linear-algebra.json
47 lines (47 loc) · 1.61 KB
/
a-2020-vision-of-linear-algebra.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"course_details": {
"source": "MIT - Massachusetts Institute of Technology",
"title": "A 2020 Vision of Linear Algebra",
"course_id": "RES.18-010",
"professors": "Gilbert Strang",
"website_url" : "https://ocw.mit.edu/courses/res-18-010-a-2020-vision-of-linear-algebra-spring-2020/",
"year": 2020
},
"lectures":[
{
"number": 1,
"description": "Intro: A New Way to Start Linear Algebra",
"video_url": "https://www.youtube.com/watch?v=YrHlHbtiSM0"
},
{
"number": 2,
"description": "The Column Space of a Matrix",
"video_url": "https://www.youtube.com/watch?v=azzrfdysfI0"
},
{
"number": 3,
"description": "The Big Picture of Linear Algebra",
"video_url": "https://www.youtube.com/watch?v=rwLOfdfc4dw"
},
{
"number": 4,
"description": "Orthogonal Vectors",
"video_url": "https://www.youtube.com/watch?v=j8hEnyOiwhw"
},
{
"number": 5,
"description": "Eigenvalues and Eigenvectors",
"video_url": "https://www.youtube.com/watch?v=GyC3gl6weYo"
},
{
"number": 6,
"description": "Singular Values and Singular Vectors",
"video_url": "https://www.youtube.com/watch?v=IHO7_n7Y09s"
},
{
"number": 7,
"description": "Finding the Nullspace: Solving Ax = 0 by Elimination",
"video_url": "https://www.youtube.com/watch?v=JFIaRtKNP2E"
}
]
}