File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/extensions/TeX/amsfonts.js

3M1 Mathematical Methods Tripos Revision

Posted by Jingbiao on April 10, 2021, Reading time: 1 minute.

Linear Algebra

Hermitian

  • Conjugate Transpose: MH=¯MT=¯MT
  • Hermitian: if MH=M
    • (AB)H=BHAH
    • AHA must be hermitian
  • Unitary matrix: if MH=M1

  • Hermitian positive definite Matrix: xHMx>0xCn0

Vector/Matrix Norms

Vector Norm
  • Vector lp norms: x=(i|xi|p)1/p

    • Infinite norm just find the maximum term of the vector x=maxi|xi|
      which is also knownas the maiximum norm.
  • Matrix induced norm: x2A=xHAx

  • Properties:

    • Linearity: kx=|k|x
    • Triangle inequality: x+yx+y
    • Another inequality: xyxy
Matrix Norm
  • Operator norms A=maxxCn0Axx

    • This norm measures the maximum amount by which the matrix A can re-scale a vector x
  • 1-norm: A=maxjni=1|aij|
    which is column of A with maximum l1 norm
  • norm: A=maxinj|aij|

    which is row of A with maximum l1 norm

  • l2 norm: A=λmax(AHA)
Condition number
  • κ(A)=AA1
  • For the 2-norm: κ2(A)=λmaxAHAλminAHA
    • which is the max singular value over min singular value
  • Since eigenvalue is reciprocal for matrix inverse, if A is Hermitian, then: κ2(A)=|λ(A)|max|λ(A)|min
  • A matrix with a large condition number is ill-conditioned, which lead to instable computation small error lead to large computation error

Iterative Methods for linear systems

Optimisation

  • Linear Programming solved by using Simplex Algorithm

Monte Carlo



App ready for offline use.