Networks are represented with notes connected by edges.

Everything that goes in goes out, think of water in pipes

Less rows than variables means an infinite number of solutions

Operations on Matrices

adding subbing and multiplying boxes

i can index a matrices like an array

Transpose

is transposing the matrix to

Matrix column Multiplication

https://assets.tivadardanka.com/2022_matrix_multiplication_def_01_b93c4c0ea2.png

AxB != BxA

A(BC) = (AB)(C)

A(B+C) = AB + AC != BA + CA (B+C)A = BA + CA

Itendty Matrix

The nxn identity matricex I_N is the matricx satisfiying

= {0 if i != j and 1 if i = j}

so its like a matrix thats all pivots

AI

Elementary matrices

1/28/25