Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views

Jan 24

  • Introduce nullspace and columns space

  • Draw picture of domain, range, kernel, codomain

Let S={a1,,an}RmS=\{a_1,\ldots,a_n\}\subseteq \mathbb{R}^m be a set of vectors. Let AA be the m×nm\times n matrix formed by writing the elements of SS as columns. Let T:RnRmT:\mathbb{R}^n\to\mathbb{R}^m be the linear transformation defined by T(x)=AxT(x)=Ax.

  • SS is linearly independent

  • Ax=0Ax=0 has only the trivial solution

  • For any bb, Ax=bAx=b has either no solution or exactly one solution.

  • null(A)={0}null(A)=\{0\}

  • TT is one-to-one

  • ker(T)={0}ker(T)=\{0\}

Let S={a1,,an}RmS=\{a_1,\ldots,a_n\}\subseteq \mathbb{R}^m be a set of vectors. Let AA be the m×nm\times n matrix formed by writing the elements of SS as columns. Let T:RnRmT:\mathbb{R}^n\to\mathbb{R}^m be the linear transformation defined by T(x)=AxT(x)=Ax.

  • SS is spanning

  • Ax=bAx=b has a solution for any bb

  • col(A)=Rmcol(A)=\mathbb{R}^m

  • TT is onto

  • range(T)=Rmrange(T)=\mathbb{R}^m

Let S={a1,,an}RnS=\{a_1,\ldots,a_n\}\subseteq \mathbb{R}^n be a set of vectors. Let AA be the n×nn\times n matrix formed by writing the elements of SS as columns. Let T:RnRnT:\mathbb{R}^n\to\mathbb{R}^n be the linear transformation defined by T(x)=AxT(x)=Ax.

  • SS is a basis

  • SS is linearly independent

  • SS is spanning

  • Ax=bAx=b always has a unique solution

  • col(A)=Rncol(A)=\mathbb{R}^n

  • null(A)=Rnnull(A)=\mathbb{R}^n

  • TT is invertible

  • AA is invertible

3.2 Matrix Algebra

Matrix multiplication is weird

  • ABBAAB \neq BA

  • Explain what AB=0AB=0 means in terms of columnspace and nullspace

Tranpose of a matrix

  • Teach how to tranpose

  • (A+B)t=At+Bt(A+B)^t = A^t + B^t

  • (sA)t(sA)^t

  • (AC)t=CtAt(AC)^t = C^tA^t

Diagonal matrices and upper triangular matrices is a thing

  • Give definition

  • The product of digaonl is diagonal. Discuss the effects of multiplying a matrice by a diagonal matrix

  • The product of upper triangulars is upper triangular

Powers of matrices is a thing

  • Powers of diagonal is easy

  • Wouldn't it be great if A=UDU1A=UDU^{-1}

3.3 Inverses

  • Explain what an inverse is.

  • Derive inverse formula.