Processing math: 100%
These are some of the concepts in maths, which I should know but sadly I keep forgeting them so here they are:

Integration

1. Integratio by parts: [Wiki]

Matrices

1. Useful identity involving the matrix inverse (from Bishop eq: C.5)
(P1 + BTR1B)1BTR1 = PBT(BPBT + R)1
Proof
Consider above LHS : RHS
  • Multiply both side by R to the right. For LHS take R as R11, and then use formula (AB)1 = B1A1. This would give:
    (P1 + BTR1B)1BT = PBT(R1BPBT + I)1
  • Now do the similar thing by multiplying P1 to the left, to get:
    (I + BTR1BP)1BT = BT(R1BPBT + I)1
  • We have BT on both side, we can write that as BT11, and then again apply (AB)1 = B1A1 to get:
    (BT1 + R1BP)1 = (R1BP + BT1)1
  • Thus, 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 + BD1C)1 = A1 - A1B(D = CA1B)1CA1
3. Cyclic property of trace operator for matrices (Bishop C.9)
Tr(ABC) = Tr(CAB) = Tr(BCA)