Integration | |
1. | Integratio by parts: [Wiki] |
Matrices | |
1. |
Useful identity involving the matrix inverse (from Bishop eq: C.5) (P−1 + BTR−1B)−1BTR−1 = PBT(BPBT + R)−1 Proof Consider above LHS : RHS
Special case (Bishop C.6): (I + AB)−1A = A (I + BA)−1 |
2. | Woodbury identity (these are usefula s depending on dimension it is cheaper to evaluate one side than the other) (Bishop C.7): (A + BD−1C)−1 = A−1 - A−1B(D = CA−1B)−1CA−1 |
3. | Cyclic property of trace operator for matrices (Bishop C.9) Tr(ABC) = Tr(CAB) = Tr(BCA) |