Please enable JavaScript.
Coggle requires JavaScript to display documents.
Matrices - Coggle Diagram
Matrices
-
-
Projection matrix
-
Ax = b's projection on Cols(A)
Ax = p = Pb
A^tAx = A^tb
x = (A^tA)^-1A^tb
Ax = A(A^tA)^-1A^tb = Pb
P = A(A^tA)^-1A^t
p = A(A^tA)^-1A^tb
-
-
-
-
-
-
-
-
-
-
-
-