-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toc.yml
More file actions
47 lines (47 loc) · 1.25 KB
/
_toc.yml
File metadata and controls
47 lines (47 loc) · 1.25 KB
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
- file: intro
- file: Jupyter_Introduction
sections:
- file: Python_Introduction
- file: Numpy_Introduction
- file: Linear_Systems
sections:
- file: Gaussian_Elimination
- file: Matrix_Algebra
- file: Solving_Systems
- file: Inverse_Matrices
- file: LU_Factorization
- file: Applications
- file: Vector_Spaces
sections:
- file: General_Linear_Systems
- file: Linear_Combinations
- file: Linear_Independence
- file: Bases
- file: Vector_Space_Examples
- file: Applications_VS
- file: Linear_Transformations
sections:
- file: Matrix_Representations
- file: Planar_Transformations
- file: Applications_LT
- file: Inner_Products
sections:
- file: Orthogonalization
- file: QR_Factorization
- file: Orthogonal_Subspaces
- file: Least_Squares_Solutions
- file: Projections
- file: Applications_IP
- file: Eigenvalues
sections:
- file: Diagonalization
- file: Approximating_Eigenvalues
- file: Applications_EV
- file: Solutions
sections:
- file: Introduction_Solutions
- file: Linear_Systems_Solutions
- file: Vector_Spaces_Solutions
- file: Linear_Transformations_Solutions
- file: Inner_Products_Solutions
- file: Eigenvalues_Solutions