linear algebra 1
Transpose

Element-wise op, Hadamard product

Dot product
projection = Mechanical work is the dot product of force and displacement vectors.
output is scalar.

Matrix multiplication is not commutative.
Identity Matrix

Matrix inverse
For to be exist, must have exactly one solution.
Necessary & sufficient conditions to find inverse matrix = A is square, m = n = rank(A)
Rank
linearly independent columns
vector space generated by its columns
Norms
mapping vectors to non-negative values.

norm, = Euclidean distance
squared norm = better computationally, but increase slowly near the origin.
norm = good for zero & nonzero is important.
norm = absolute value of the element with the largest magnitude in the vector.
Last updated
Was this helpful?