Session 4 5 - Linear Algebra in Python
Session 4 5 - Linear Algebra in Python
3 4
Column and Row Vectors Columns and Rows of a Matrix
5 6
7 8
Examples: Use of Real Data in Matrices Examples: Graphs or Relations as Matrices
9 10
11 12
Transpose Addition, Subtract, and Scalar Multiplication
13 14
15 16
Row and Column Interpretations General Examples of Matrix (many slides)
ROW
COLUMN
17 18
19 20
Feature Matrix – Weight Vector Input-Output Matrix
21 22
23 24
Incidence Matrix Flow Conservation (use of incidence matrix)
<- incident
<- away from
<- no connection
edge
node
25 26
Flow Conservation (use of incidence matrix) Matrix and Linear System of Equations
29 30
31 32
Python and Numpy for Linear Algebra
Go to Colab
33