Matrix properties via SVD

rank, nullspace, range

?

  • rank of matrix A, is the maximum number of linear independent rows or columns of A (refer to range AND rank)
  • in SVD, rank is also the number of nonzero singular values / nonzero entries on the diagonal of S
  • (refer to fundamental theorem of linear algebra)
  • an orthonormal basis spanning N(A): ,
  • an orthonormal basis spanning the range of A:

matrix norm

?

  • squared frobenius matrix norm = sum of the diagonal elements of the matrix (trace) = sum of the singular values squared
      • : singular values of A
  • induced norm = largest singular value