mirror of
https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra.git
synced 2024-04-21 10:21:41 +00:00
34 lines
317 B
Makefile
34 lines
317 B
Makefile
# illstration.pptx page, japp_ filename for the book
|
|
2 ViewingMatrix-4Ways
|
|
4 v1
|
|
5 v2
|
|
7 Mv1
|
|
8 Mv2
|
|
10 vM1
|
|
11 vM2
|
|
14 MM1
|
|
15 MM2
|
|
16 MM3
|
|
17 MM4
|
|
19 P1
|
|
20 P1a
|
|
21 P2
|
|
22 P2a
|
|
24 P1P
|
|
25 P2P
|
|
27 P3
|
|
29 P4
|
|
31 A=CR
|
|
32 A=LU
|
|
33 A=QR
|
|
34 A=QLQT
|
|
35 A=USVT
|
|
36 A=CRa
|
|
37 A=CRb
|
|
38 A=LUa
|
|
39 A=LUb
|
|
40 A=QRa
|
|
41 A=QLQTa
|
|
42 A=USVTa
|
|
43 MatrixWorld
|