linear algebra 1
(AB)T=BT⋅AT
Element-wise op, Hadamard product
projection = Mechanical work is the dot product of force and displacement vectors.
Matrix multiplication is not commutative.
A⋅B=?B⋅A
Identity Matrix
A⋅A−1=I
For A−1 to be exist, Ax=b must have exactly one solution.
Necessary & sufficient conditions to find inverse matrix = A is square, m = n = rank(A)
linearly independent columns
vector space generated by its columns
mapping vectors to non-negative values.
L2 norm, ∣∣x∣∣ = Euclidean distance
squared L2norm = better computationally, but increase slowly near the origin.
L1norm = good for zero & nonzero is important.
L∞norm = absolute value of the element with the largest magnitude in the vector.