Please enable JavaScript.
Coggle requires JavaScript to display documents.
Equation - Coggle Diagram
Equation
A = LU
-
-
-
-
-
-
-
Permutation matrix
-
-
if only two rows exchanged, then P^-1 = P
more than two rows exchanged, P inverse is P transpose
-
-
Ax = b
-
-
-
-
x always exist when A is invertible
b is always in A's column space when A is invertible
the Projection Matrix of an invertible Matrix is Identity Matrix
-
-