Notation

Vectors are small letters. Matrices are capital letters.

Matrix notation

Dimensions

A=[aij] is mn matrix: Cm×n. q=min{m,n}. Square A: m×m. A^ is rectangular.

(v1,v2) is a column vector v.

ai: ith element of vector a or ith column of A. ai: by context: ith row of A or transpose of ai. Ak+1:m,k:f: a submatrix; other unambiguous matlab notations Ai,: for ith row etc.. ai,j an element of A. Ai,j: by context: an element of A or a submatrix of A.

Conjugate matrix A¯. Adjoint (Hermitian conjugate) of A: A=AT¯. A~: A as stored on computer; or as calculated by alg.

Dilation of matrix A: add rows and cols to A.

Special matrices

Permutation matrix, P. Lower triangular matrix L. Upper triangular matrix U. Diagonal matrix D=diag(di)=diag(d). Orthogonal (or Orthonormal) matrix Q, Q^. Identity I.

Special vectors

ith col of I: ei (Canonical unit vector). e or 1: col vector of 1’s. Pq: projector to space q.

Abused notation

y=O(ϵ)c=f(m,n),xlimϵM0ycϵM. Extra Defn: If y=a(x)b(x), at b(x)=0, y=O(ϵ) means a(x)=O(ϵb(x)).